diff options
| author | joshuapatel <23743695+joshuapatel@users.noreply.github.com> | 2020-12-21 01:34:45 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-12-21 07:35:48 +0100 |
| commit | 2332a05b0c916b1360a9428ea2c50132b15b99f0 (patch) | |
| tree | 4cc2dd208fbf8726673663ac4571cbe4738721a4 /docs/ref | |
| parent | 915fe98bdce80106299bf6cd8d113edc86595171 (diff) | |
[3.1.x] Fixed typo in docs/ref/files/storage.txt.
Backport of 1190af5071775249b57c33f4d27d6c6481949d75 from master
Diffstat (limited to 'docs/ref')
| -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 542eb2dc7e..c20bb4e2f6 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) |
