summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2010-10-27 20:08:54 +0000
committerAlex Gaynor <alex.gaynor@gmail.com>2010-10-27 20:08:54 +0000
commite8c413a3e24f9828253eaadde3bdd66149912234 (patch)
treebd0a3fbb213501593447c1afa0dd0d8365022378
parentf2d6c6f54d3dc05a022ede85dc15462d5fb0ea09 (diff)
[1.2.X] Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for the report and patch. Backport of [14364].
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14365 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rwxr-xr-xdjango/core/files/uploadhandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/files/uploadhandler.py b/django/core/files/uploadhandler.py
index 6c769780e5..2afb79e051 100755
--- a/django/core/files/uploadhandler.py
+++ b/django/core/files/uploadhandler.py
@@ -109,7 +109,7 @@ class FileUploadHandler(object):
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()