Fixed #14819 -- Corrected typo in serializer docstring. Thanks to stringify for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14789 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2010-12-04 04:27:05 +00:00
parent 174f222b39
commit f964a3b1ee
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ except ImportError:
_serializers = {} _serializers = {}
def register_serializer(format, serializer_module, serializers=None): 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 ``serializer_module`` should be the fully qualified module name
for the serializer. for the serializer.