Commit c8dca507 authored by Tim Graham's avatar Tim Graham
Browse files

Merge pull request #2171 from kwood/master

Fixed typo in storage docs
parents 2607fa90 82f466b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,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
-----------------