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')``