summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-08-10 08:19:21 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-08-10 08:19:21 +0000
commit7610983bb24acd946865348a834163016cd8a513 (patch)
tree98f0afaa70cdd2f5a590f9d17e2f983e193de1dc /docs
parentbaac791c4b3482b7d5a4e8506bf03a61d411e563 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/files.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/files.txt b/docs/files.txt
index ffd108ca4b..f74ad86941 100644
--- a/docs/files.txt
+++ b/docs/files.txt
@@ -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