Explorar o código

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
Adrian Holovaty %!s(int64=16) %!d(string=hai) anos
pai
achega
33c29736bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/howto/custom-file-storage.txt

+ 1 - 1
docs/howto/custom-file-storage.txt

@@ -45,7 +45,7 @@ Your custom storage system may override any of the storage methods explained in
     * :meth:`Storage.size`
     * :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:
 
 ``_open(name, mode='rb')``