Skip to content

Commit

Permalink
[1.2.X] Fixed #14819 -- Corrected typo in serializer docstring. Thank…
Browse files Browse the repository at this point in the history
…s to stringify for the report and patch.

Backport of r14789 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14792 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Dec 4, 2010
1 parent 84e5277 commit c7d6841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/core/serializers/__init__.py
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 c7d6841

Please sign in to comment.