mirror of
https://github.com/django/django.git
synced 2025-06-07 04:29:12 +00:00
[1.5.x] Fixed typo in file storage docs.
Thanks Jørgen Abrahamsen. Backport of 0ca2d1e.
This commit is contained in:
parent
f16eb0b0d0
commit
d828c5c3a0
@ -66,7 +66,7 @@ The Storage Class
|
|||||||
.. method:: delete(name)
|
.. method:: delete(name)
|
||||||
|
|
||||||
Deletes the file referenced by ``name``. If deletion is not supported
|
Deletes the file referenced by ``name``. If deletion is not supported
|
||||||
on the targest storage system this will raise ``NotImplementedError``
|
on the target storage system this will raise ``NotImplementedError``
|
||||||
instead
|
instead
|
||||||
|
|
||||||
.. method:: exists(name)
|
.. method:: exists(name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user