Merge pull request #2171 from kwood/master

Fixed typo in storage docs
This commit is contained in:
Tim Graham 2014-01-15 15:44:10 -08:00
commit c8dca50776
1 changed files with 1 additions and 1 deletions

View File

@ -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
-----------------