0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Fix typo in storage docs

This commit is contained in:
Kevin Wood 2014-01-15 13:17:08 -08:00
parent 2607fa9016
commit 82f466b571

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