Skip to content

Commit

Permalink
[1.3.X] Fixed django#16566 - Typo in docs/ref/files/storage.txt; than…
Browse files Browse the repository at this point in the history
…ks 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
  • Loading branch information
timgraham committed Aug 6, 2011
1 parent c0fa196 commit 1959aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/files/storage.txt
Expand Up @@ -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.

Expand Down

0 comments on commit 1959aa9

Please sign in to comment.