diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2008-08-10 08:19:21 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2008-08-10 08:19:21 +0000 |
| commit | 7610983bb24acd946865348a834163016cd8a513 (patch) | |
| tree | 98f0afaa70cdd2f5a590f9d17e2f983e193de1dc /docs | |
| parent | baac791c4b3482b7d5a4e8506bf03a61d411e563 (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.txt | 2 |
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 |
