Browse Source

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

joshuapatel 4 years ago
parent
commit
1190af5071
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/files/storage.txt

+ 1 - 1
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)