浏览代码

Fix typo in storage docs

Kevin Wood 11 年之前
父节点
当前提交
82f466b571
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 -----------------