From 815a47ff489321373e10cad253eecb13b1b1a531 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 6 Aug 2011 18:40:33 +0000 Subject: [PATCH] Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks thejaswi_puthraya. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16580 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- 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 73a8fb0955..b3f8909847 100644 --- a/docs/ref/files/storage.txt +++ b/docs/ref/files/storage.txt @@ -75,7 +75,7 @@ The Storage Class .. method:: exists(name) - Returns ``True`` if a file referened by the given name already exists + Returns ``True`` if a file referenced by the given name already exists in the storage system, or ``False`` if the name is available for a new file.