mirror of https://github.com/scrapy/scrapy.git
Feed exports: edit note, fix typos
This commit is contained in:
parent
63b8caf5de
commit
25535dba9c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue