Commit 7610983b authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

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
parent baac791c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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