Skip to content

Commit

Permalink
Picky. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Jul 2, 2011
1 parent f43f20b commit 2dc042f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangorestframework/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ def parse(self, stream):
MultiPartParser )

if YAMLParser:
DEFAULT_PARSERS += (YAMLParser,)
DEFAULT_PARSERS += ( YAMLParser, )

0 comments on commit 2dc042f

Please sign in to comment.