diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-11-17 23:25:37 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-11-17 23:25:37 +0100 |
| commit | 4585e123187a8a94a0db11d11358398911b10168 (patch) | |
| tree | e7b3587a20fdd1164ea3118d4e937a0a6dddf5a2 /docs/howto | |
| parent | 9b755a298a55849bf8e831a46639999609aedfff (diff) | |
Fix typo in file storage docs.
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/custom-file-storage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/custom-file-storage.txt b/docs/howto/custom-file-storage.txt index 51558d9715..090cc089cb 100644 --- a/docs/howto/custom-file-storage.txt +++ b/docs/howto/custom-file-storage.txt @@ -27,7 +27,7 @@ You'll need to follow these steps: option = settings.CUSTOM_STORAGE_OPTIONS ... -#. Your storage class must implement the :meth:`_open()` and :meth:`_save() +#. Your storage class must implement the :meth:`_open()` and :meth:`_save()` methods, along with any other methods appropriate to your storage class. See below for more on these methods. |
