Skip to content

Commit

Permalink
Fixed #14819 -- Corrected typo in serializer docstring. Thanks to str…
Browse files Browse the repository at this point in the history
…ingify for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14789 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Dec 4, 2010
1 parent 174f222 commit f964a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/core/serializers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
_serializers = {}

def register_serializer(format, serializer_module, serializers=None):
""""Register a new serializer.
"""Register a new serializer.
``serializer_module`` should be the fully qualified module name
for the serializer.
Expand Down

0 comments on commit f964a3b

Please sign in to comment.