Quellcode durchsuchen

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

joshuapatel vor 4 Jahren
Ursprung
Commit
1190af5071
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)