From 3a0a86ed31df1d22fea3b5b05e853f212adc40c8 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Fri, 12 May 2017 17:26:17 +0200 Subject: [PATCH] Clarify FEED_EXPORT_INDENT section --- docs/topics/feed-exports.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/topics/feed-exports.rst b/docs/topics/feed-exports.rst index d760b1a28..135d05c93 100644 --- a/docs/topics/feed-exports.rst +++ b/docs/topics/feed-exports.rst @@ -276,11 +276,12 @@ Default: ``0`` Amount of spaces used to indent the output on each level. If ``FEED_EXPORT_INDENT`` is a non-negative integer, then array elements and object members will be pretty-printed -with that indent level. An indent level of ``0``, or negative, will put each item on a new line. -``None`` selects the most compact representation +with that indent level. An indent level of ``0`` (the default), or negative, +will put each item on a new line. ``None`` selects the most compact representation. Currently implemented only by :class:`~scrapy.exporters.JsonItemExporter` -and :class:`~scrapy.exporters.XmlItemExporter` +and :class:`~scrapy.exporters.XmlItemExporter`, i.e. when you are exporting +to ``.json`` or ``.xml``. .. setting:: FEED_STORE_EMPTY