Author: russellm
Date: 2010-12-03 22:34:04 -0600 (Fri, 03 Dec 2010)
New Revision: 14792

Modified:
   django/branches/releases/1.2.X/django/core/serializers/__init__.py
Log:
[1.2.X] Fixed #14819 -- Corrected typo in serializer docstring. Thanks to 
stringify for the report and patch.

Backport of r14789 from trunk.

Modified: django/branches/releases/1.2.X/django/core/serializers/__init__.py
===================================================================
--- django/branches/releases/1.2.X/django/core/serializers/__init__.py  
2010-12-04 04:28:17 UTC (rev 14791)
+++ django/branches/releases/1.2.X/django/core/serializers/__init__.py  
2010-12-04 04:34:04 UTC (rev 14792)
@@ -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