Fixed typo in docs/ref/files/storage.txt.

This commit is contained in:
joshuapatel 2020-12-21 01:34:45 -05:00 committed by GitHub
parent 28d998a41c
commit 1190af5071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)