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
This commit is contained in:
parent
cb1f413e4a
commit
815a47ff48
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue