Update docs/topics/feed-exports.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Ilia Sergunin 2020-09-01 10:13:40 +03:00 committed by GitHub
parent 71d2c2f1a3
commit d10464ca96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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``).