added missing semicolon

This commit is contained in:
Stephan Groß 2012-10-31 10:41:56 +01:00
parent a55dfaa488
commit 7f7f0b6ffb

View File

@ -13,7 +13,7 @@ For example your project's `settings.py` file might include something like this:
REST_FRAMEWORK = {
'DEFAULT_RENDERER_CLASSES': (
'rest_framework.renderers.YAMLRenderer',
)
),
'DEFAULT_PARSER_CLASSES': (
'rest_framework.parsers.YAMLParser',
)