1
0
mirror of https://github.com/django/django.git synced 2025-03-13 02:40:47 +00:00

[1.6.x] Fixed typo in storage docs

Backport of 82f466b571 from master
This commit is contained in:
Kevin Wood 2014-01-15 13:17:08 -08:00 committed by Tim Graham
parent 18d75e0792
commit deefdc8e60

View File

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