mirror of https://github.com/scrapy/scrapy.git
fixed documentation bug (thanks rhill for reporting)
This commit is contained in:
parent
5d03405cac
commit
7a55158fed
|
|
@ -178,7 +178,7 @@ on the respective Item Exporter to get more info.
|
|||
the first line. This format requires you to specify the fields to export
|
||||
using the :setting:`EXPORT_FIELDS` setting.
|
||||
|
||||
* ``jsonlines``: uses a :class:`~jsonlines.JsonLinesItemExporter`
|
||||
* ``json``: uses a :class:`~jsonlines.JsonLinesItemExporter`
|
||||
|
||||
* ``pickle``: uses a :class:`PickleItemExporter`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue