summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-01-15 15:44:10 -0800
committerTim Graham <timograham@gmail.com>2014-01-15 15:44:10 -0800
commitc8dca5077681d98725f75b9337c0c4918546f6b7 (patch)
tree3c5f42811bd755288fce57686ad7bdd6d906f1f4 /docs
parent2607fa901699916c4825f145fa8a84f49b8524ff (diff)
parent82f466b571bd17e9d1242dfc74b18617cff17ca4 (diff)
Merge pull request #2171 from kwood/master
Fixed typo in storage docs
Diffstat (limited to 'docs')
-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 6d367b70fc..b29b083e5c 100644
--- a/docs/ref/files/storage.txt
+++ b/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
-----------------