From deefdc8e600e80da8b6d17d0a02f142a26f1a599 Mon Sep 17 00:00:00 2001 From: Kevin Wood Date: Wed, 15 Jan 2014 13:17:08 -0800 Subject: [PATCH] [1.6.x] Fixed typo in storage docs Backport of 82f466b571 from master --- 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 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 -----------------