Author: Alex
Date: 2010-10-27 15:08:54 -0500 (Wed, 27 Oct 2010)
New Revision: 14365

Modified:
   django/branches/releases/1.2.X/django/core/files/uploadhandler.py
Log:
[1.2.X] Fixed #14577 -- fixed a docstring typo.  Thanks to dauerbaustelle for 
the report and patch.  Backport of [14364].

Modified: django/branches/releases/1.2.X/django/core/files/uploadhandler.py
===================================================================
--- django/branches/releases/1.2.X/django/core/files/uploadhandler.py   
2010-10-27 20:08:20 UTC (rev 14364)
+++ django/branches/releases/1.2.X/django/core/files/uploadhandler.py   
2010-10-27 20:08:54 UTC (rev 14365)
@@ -109,7 +109,7 @@
         Signal that a file has completed. File size corresponds to the actual
         size accumulated by all the chunks.
 
-        Subclasses must should return a valid ``UploadedFile`` object.
+        Subclasses should return a valid ``UploadedFile`` object.
         """
         raise NotImplementedError()
 

-- 
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