Jelajahi Sumber

Fix typo in storage docs

Kevin Wood 11 tahun lalu
induk
melakukan
82f466b571
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      docs/ref/files/storage.txt

+ 1 - 1
docs/ref/files/storage.txt

@@ -60,7 +60,7 @@ The FileSystemStorage Class
     .. note::
 
         The ``FileSystemStorage.delete()`` method will not raise
-        raise an exception if the given file name does not exist.
+        an exception if the given file name does not exist.
 
 The Storage Class
 -----------------