From 82f466b571bd17e9d1242dfc74b18617cff17ca4 Mon Sep 17 00:00:00 2001 From: Kevin Wood Date: Wed, 15 Jan 2014 13:17:08 -0800 Subject: [PATCH] Fix typo in storage docs --- docs/ref/files/storage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -----------------