1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[1.5.x] Fix typo in file storage docs.

Backport of 4585e12 from master.
This commit is contained in:
Aymeric Augustin 2012-11-17 23:25:37 +01:00
parent a586f2a7e5
commit 6e598fee93

View File

@ -27,7 +27,7 @@ You'll need to follow these steps:
option = settings.CUSTOM_STORAGE_OPTIONS 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 methods, along with any other methods appropriate to your storage class. See
below for more on these methods. below for more on these methods.