summaryrefslogtreecommitdiff
path: root/docs/ref
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:44:47 -0500
commitdeefdc8e600e80da8b6d17d0a02f142a26f1a599 (patch)
tree2ee33779440700e9caba7a1eb356d6026b56dcba /docs/ref
parent18d75e079245d7ba789d69eacda2aaf7603d678e (diff)
[1.6.x] Fixed typo in storage docs
Backport of 82f466b571 from master
Diffstat (limited to 'docs/ref')
-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
-----------------