From dd55067accd9d933bb5769b840aeafa67b4f2bb2 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sat, 3 Nov 2012 17:05:01 -0200 Subject: [PATCH] removed reference to global scrapy stats from settings doc --- docs/topics/settings.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index 8a72c2663..29cd44e4b 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -776,9 +776,8 @@ STATS_DUMP Default: ``True`` -Dump (to the Scrapy log) the :ref:`Scrapy 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 ` (to the Scrapy log) once the spider +finishes. For more info see: :ref:`topics-stats`.