Fix typo in docs/files.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2008-08-10 10:19:21 +00:00
parent a7d3c92767
commit 2e08591403
1 changed files with 2 additions and 2 deletions

View File

@ -268,7 +268,7 @@ Storage objects define the following methods:
``True`` if a file exists given some ``name``. ``True`` if a file exists given some ``name``.
``Storage.path(name)`` ``Storage.path(name)``
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
The local filesystem path where the file can be opened using Python's standard The local filesystem path where the file can be opened using Python's standard
``open()``. For storage systems that aren't accessible from the local ``open()``. For storage systems that aren't accessible from the local