summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2011-08-06 18:40:33 +0000
committerTimo Graham <timograham@gmail.com>2011-08-06 18:40:33 +0000
commit815a47ff489321373e10cad253eecb13b1b1a531 (patch)
treebc8aa1789e7766b03e4383bfe70594c3e2c9e406 /docs
parentcb1f413e4a154b3c5d308d3625d707685d79f912 (diff)
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
Diffstat (limited to 'docs')
-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.