mirror of
https://github.com/django/django.git
synced 2025-01-12 03:15:47 +00:00
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:
parent
a7d3c92767
commit
2e08591403
@ -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.
|
||||
until it finds one that's available in the destination directory.
|
||||
|
Loading…
Reference in New Issue
Block a user