removed reference to global scrapy stats from settings doc

This commit is contained in:
Pablo Hoffman 2012-11-03 17:05:01 -02:00
parent 58998f4bc6
commit dd55067acc
1 changed files with 2 additions and 3 deletions

View File

@ -776,9 +776,8 @@ STATS_DUMP
Default: ``True``
Dump (to the Scrapy log) the :ref:`Scrapy stats <topics-stats>` collected
during the crawl. The spider-specific stats are logged when the spider is
closed, while the global stats are dumped when the Scrapy process finishes.
Dump the :ref:`Scrapy stats <topics-stats>` (to the Scrapy log) once the spider
finishes.
For more info see: :ref:`topics-stats`.