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

Modified:
   django/trunk/django/core/files/uploadhandler.py
Log:
Fixed #14577 -- fixed a docstring typo.  Thanks to dauerbaustelle for the 
report and patch.

Modified: django/trunk/django/core/files/uploadhandler.py
===================================================================
--- django/trunk/django/core/files/uploadhandler.py     2010-10-27 16:10:48 UTC 
(rev 14363)
+++ django/trunk/django/core/files/uploadhandler.py     2010-10-27 20:08:20 UTC 
(rev 14364)
@@ -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