diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2010-10-27 20:08:54 +0000 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2010-10-27 20:08:54 +0000 |
| commit | e8c413a3e24f9828253eaadde3bdd66149912234 (patch) | |
| tree | bd0a3fbb213501593447c1afa0dd0d8365022378 | |
| parent | f2d6c6f54d3dc05a022ede85dc15462d5fb0ea09 (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-x | django/core/files/uploadhandler.py | 2 |
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() |
