mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-09 08:00:52 +03:00
Fix typo at docstring
This commit is contained in:
parent
a652ebd292
commit
f27c551218
|
@ -9,7 +9,7 @@ REST_FRAMEWORK = {
|
||||||
)
|
)
|
||||||
'DEFAULT_PARSER_CLASSES': (
|
'DEFAULT_PARSER_CLASSES': (
|
||||||
'rest_framework.parsers.JSONParser',
|
'rest_framework.parsers.JSONParser',
|
||||||
'rest_framework.parsers.TemplateHTMLRenderer',
|
'rest_framework.parsers.TemplateHTMLParser',
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user