Commit deefdc8e authored by Kevin Wood's avatar Kevin Wood Committed by Tim Graham
Browse files

[1.6.x] Fixed typo in storage docs

Backport of 82f466b5 from master
parent 18d75e07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ The FileSystemStorage Class
    .. note::

        The ``FileSystemStorage.delete()`` method will not raise
        raise an exception if the given file name does not exist.
        an exception if the given file name does not exist.

The Storage Class
-----------------