From e8edc6c2bb3dae67098ffc72913c479a2101c498 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sun, 2 Oct 2016 16:08:10 +0200 Subject: [PATCH] Remove duplicate colons from the feed export settings docs --- docs/topics/feed-exports.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/feed-exports.rst b/docs/topics/feed-exports.rst index f0d3e660d..efdd8c46b 100644 --- a/docs/topics/feed-exports.rst +++ b/docs/topics/feed-exports.rst @@ -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