Fix typo at docstring

This commit is contained in:
Ilya Beda 2017-03-29 12:51:01 +07:00 committed by GitHub
parent a652ebd292
commit f27c551218

View File

@ -9,7 +9,7 @@ REST_FRAMEWORK = {
)
'DEFAULT_PARSER_CLASSES': (
'rest_framework.parsers.JSONParser',
'rest_framework.parsers.TemplateHTMLRenderer',
'rest_framework.parsers.TemplateHTMLParser',
)
}