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