summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Wood <kevin@guidebook.com>2014-01-15 13:17:08 -0800
committerTim Graham <timograham@gmail.com>2014-01-15 18:45:06 -0500
commita32680407b092a13f45a070f595f1996139b7539 (patch)
tree95d73acfda193a223428da016e553e6e76525eed
parent1ccfcbe13e636584b19575c53e029918b70a3b39 (diff)
[1.5.x] Fixed typo in storage docs
Backport of 82f466b571 from master
-rw-r--r--docs/ref/files/storage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/files/storage.txt b/docs/ref/files/storage.txt
index b9742514ea..1216e85140 100644
--- a/docs/ref/files/storage.txt
+++ b/docs/ref/files/storage.txt
@@ -39,7 +39,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
-----------------