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

Backport of 1190af5071 from master
This commit is contained in:
joshuapatel 2020-12-21 01:34:45 -05:00 committed by Mariusz Felisiak
parent 915fe98bdc
commit 2332a05b0c
1 changed files with 1 additions and 1 deletions

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)