summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2008-09-10 15:09:53 +0000
committerAdrian Holovaty <adrian@holovaty.com>2008-09-10 15:09:53 +0000
commit33c29736bb7b91c6888f2363bd6384885015e001 (patch)
treeb8580712e8576a99d7b5f566b738f71bbfab54b2 /docs
parent32db67e6f9c739b265f2860ffda42092bfa6b594 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/custom-file-storage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/custom-file-storage.txt b/docs/howto/custom-file-storage.txt
index 776658e2a7..8620b37603 100644
--- a/docs/howto/custom-file-storage.txt
+++ b/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')``