Преглед на файлове

Fix typo in file storage docs.

Aymeric Augustin преди 12 години
родител
ревизия
4585e12318
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/howto/custom-file-storage.txt

+ 1 - 1
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.