pep8 tiny changes

This commit is contained in:
BroodingKangaroo 2020-07-28 11:53:05 +03:00
parent 3e0492741d
commit a6c1d79b7c
1 changed files with 2 additions and 1 deletions

View File

@ -453,6 +453,7 @@ format in :setting:`FEED_EXPORTERS`. E.g., to disable the built-in CSV exporter
FEED_EXPORT_BATCH_ITEM_COUNT
-----------------------------
Default: ``0``
If assigned an integer number higher than ``0``, Scrapy generates multiple output files
@ -474,7 +475,7 @@ generated:
For instance, if your settings include::
FEED_EXPORT_BATCH_ITEM_COUNT=100
FEED_EXPORT_BATCH_ITEM_COUNT = 100
And your :command:`crawl` command line is::