Fixed #8201 -- Corrected typo in files docs. Thanks Julien.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8281 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2008-08-10 08:19:21 +00:00
parent baac791c4b
commit 7610983bb2
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ Storage objects define the following methods:
``True`` if a file exists given some ``name``.
``Storge.path(name)``
``Storage.path(name)``
~~~~~~~~~~~~~~~~~~~~~
The local filesystem path where the file can be opened using Python's standard