Commit e8c413a3 authored by Alex Gaynor's avatar Alex Gaynor
Browse files

[1.2.X] Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for...

[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
parent f2d6c6f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()