1
0
mirror of https://github.com/django/django.git synced 2025-07-16 07:39:12 +00:00

[3.1.x] Fixed typo in docs/ref/files/storage.txt.

Backport of 1190af5071775249b57c33f4d27d6c6481949d75 from master
This commit is contained in:
joshuapatel 2020-12-21 01:34:45 -05:00 committed by Mariusz Felisiak
parent 915fe98bdc
commit 2332a05b0c

View File

@ -93,7 +93,7 @@ The ``Storage`` class
Deletes the file referenced by ``name``. If deletion is not supported
on the target storage system this will raise ``NotImplementedError``
instead
instead.
.. method:: exists(name)