Remove duplicate colons from the feed export settings docs

This commit is contained in:
Wieland Hoffmann 2016-10-02 16:08:10 +02:00 committed by Wieland Hoffmann
parent bca374d651
commit e8edc6c2bb
1 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ Whether to export empty feeds (ie. feeds with no items).
FEED_STORAGES
-------------
Default:: ``{}``
Default: ``{}``
A dict containing additional feed storage backends supported by your project.
The keys are URI schemes and the values are paths to storage classes.
@ -314,7 +314,7 @@ can disable any of these backends by assigning ``None`` to their URI scheme in
FEED_EXPORTERS
--------------
Default:: ``{}``
Default: ``{}``
A dict containing additional exporters supported by your project. The keys are
serialization formats and the values are paths to :ref:`Item exporter