Feed exports: edit note, fix typos

This commit is contained in:
Eugenio Lacuesta 2017-05-10 16:45:15 -03:00
parent 63b8caf5de
commit 25535dba9c
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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