Fixed #9010 -- Fixed typo in custom-file-storage.txt. Thanks, rduffield

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9003 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2008-09-10 15:09:53 +00:00
parent 32db67e6f9
commit 33c29736bb
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Your custom storage system may override any of the storage methods explained in
* :meth:`Storage.size` * :meth:`Storage.size`
* :meth:`Storage.url` * :meth:`Storage.url`
You'all also usually want to use hooks specifically designed for custom storage You'll also usually want to use hooks specifically designed for custom storage
objects. These are: objects. These are:
``_open(name, mode='rb')`` ``_open(name, mode='rb')``