mirror of
https://github.com/django/django.git
synced 2025-07-25 14:14:13 +00:00
Fix typo in storage docs
This commit is contained in:
parent
2607fa9016
commit
82f466b571
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ The FileSystemStorage Class
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The ``FileSystemStorage.delete()`` method will not raise
|
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
|
The Storage Class
|
||||||
-----------------
|
-----------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue