Commit f27c5512 by Ilya Beda Committed by GitHub

Fix typo at docstring

parent a652ebd2
......@@ -9,7 +9,7 @@ REST_FRAMEWORK = {
)
'DEFAULT_PARSER_CLASSES': (
'rest_framework.parsers.JSONParser',
'rest_framework.parsers.TemplateHTMLRenderer',
'rest_framework.parsers.TemplateHTMLParser',
)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment