From 25535dba9ca7e6f6f3c2279dd77240a21b1cc672 Mon Sep 17 00:00:00 2001 From: Eugenio Lacuesta Date: Wed, 10 May 2017 16:45:15 -0300 Subject: [PATCH] Feed exports: edit note, fix typos --- docs/topics/exporters.rst | 4 ++-- docs/topics/feed-exports.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/topics/exporters.rst b/docs/topics/exporters.rst index 2ad77c905..b6139af92 100644 --- a/docs/topics/exporters.rst +++ b/docs/topics/exporters.rst @@ -222,8 +222,8 @@ BaseItemExporter * ``indent=None`` selects the most compact representation, all items in the same line with no indentation - * ``indent<=0`` each item on it's own line, no indentation - * ``indent>0`` each item on it's own line, indentated with the provided numeric value + * ``indent<=0`` each item on its own line, no indentation + * ``indent>0`` each item on its own line, indented with the provided numeric value .. highlight:: none diff --git a/docs/topics/feed-exports.rst b/docs/topics/feed-exports.rst index e57a4e776..d760b1a28 100644 --- a/docs/topics/feed-exports.rst +++ b/docs/topics/feed-exports.rst @@ -279,7 +279,7 @@ is a non-negative integer, then array elements and object members will be pretty 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 -Currently used by :class:`~scrapy.exporters.JsonItemExporter` +Currently implemented only by :class:`~scrapy.exporters.JsonItemExporter` and :class:`~scrapy.exporters.XmlItemExporter` .. setting:: FEED_STORE_EMPTY