summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2011-08-06 18:41:00 +0000
committerTimo Graham <timograham@gmail.com>2011-08-06 18:41:00 +0000
commit1959aa939da799dea339014721a109d28c52ae2d (patch)
treebc988f1d59ccdfe91b7c26d3b6a0fbf6a354a924
parentc0fa1965e2f45e1b56377216cac3b8154c430496 (diff)
[1.3.X] Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks thejaswi_puthraya.
Backport of r16580 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16581 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-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 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.