diff options
| author | joshuapatel <23743695+joshuapatel@users.noreply.github.com> | 2020-12-21 01:34:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-21 07:34:45 +0100 |
| commit | 1190af5071775249b57c33f4d27d6c6481949d75 (patch) | |
| tree | 702f1319ac1aad033d62c9527ad9996c579b5151 /docs/ref/files | |
| parent | 28d998a41c92bdac8eeae6509ecc87ed044b30d0 (diff) | |
Fixed typo in docs/ref/files/storage.txt.
Diffstat (limited to 'docs/ref/files')
| -rw-r--r-- | docs/ref/files/storage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/files/storage.txt b/docs/ref/files/storage.txt index 03ec71a2ad..bd595f36b9 100644 --- a/docs/ref/files/storage.txt +++ b/docs/ref/files/storage.txt @@ -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) |
