Author: russellm
Date: 2010-12-03 22:27:05 -0600 (Fri, 03 Dec 2010)
New Revision: 14789

Modified:
   django/trunk/django/core/serializers/__init__.py
Log:
Fixed #14819 -- Corrected typo in serializer docstring. Thanks to stringify for 
the report and patch.

Modified: django/trunk/django/core/serializers/__init__.py
===================================================================
--- django/trunk/django/core/serializers/__init__.py    2010-12-04 01:23:11 UTC 
(rev 14788)
+++ django/trunk/django/core/serializers/__init__.py    2010-12-04 04:27:05 UTC 
(rev 14789)
@@ -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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to