summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-08-10 10:19:21 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-08-10 10:19:21 +0000
commit2e0859140300e0f8944d593900d14cfb3552ac84 (patch)
treecbe6a0a80dd84649dd07b297be6cb7a187492ff7 /docs
parenta7d3c9276770f6c47fd3511c2c5e292e1a439532 (diff)
Fix typo in docs/files.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/files.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/files.txt b/docs/files.txt
index f74ad86941..674fb01e87 100644
--- a/docs/files.txt
+++ b/docs/files.txt
@@ -268,7 +268,7 @@ Storage objects define the following methods:
``True`` if a file exists given some ``name``.
``Storage.path(name)``
-~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~
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
@@ -385,4 +385,4 @@ will have already cleaned to a filename valid for the storage system, according
to the ``get_valid_name()`` method described above.
The code provided on ``Storage`` simply appends underscores to the filename
-until it finds one that's available in the destination directory. \ No newline at end of file
+until it finds one that's available in the destination directory.