mirror of https://github.com/scrapy/scrapy.git
Update docs/topics/feed-exports.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
71d2c2f1a3
commit
d10464ca96
|
|
@ -335,7 +335,7 @@ as a fallback value if that key is not provided for a specific feed definition:
|
|||
|
||||
- ``indent``: falls back to :setting:`FEED_EXPORT_INDENT`.
|
||||
|
||||
- ``item_export_kwargs``: dict with kwargs for :ref:`Item exporters <topics-exporters>` classes.
|
||||
- ``item_export_kwargs``: :class:`dict` with keyword arguments for the corresponding :ref:`item exporter class <topics-exporters>`.
|
||||
|
||||
- ``overwrite``: whether to overwrite the file if it already exists
|
||||
(``True``) or append to its content (``False``).
|
||||
|
|
|
|||
Loading…
Reference in New Issue