Commit 82f466b5 authored by Kevin Wood's avatar Kevin Wood
Browse files

Fix typo in storage docs

parent 2607fa90
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
-----------------