Added missing colon

This commit is contained in:
Pablo Hoffman 2010-09-28 16:44:53 -03:00
parent 0bf9e4627c
commit 7826869cb2
1 changed files with 2 additions and 2 deletions

View File

@ -309,13 +309,13 @@ CLOSESPIDER_PAGECOUNT
Default: ``0``
.. versionadded: 0.11
An integer which specifies the maximum number of responses to crawl. If the spider
crawls more than that, the spider will be closed with the reason
``closespider_pagecount``. If zero (or non set), spiders won't be closed by
number of crawled responses.
.. versionadded:: 0.11
StatsMailer extension
~~~~~~~~~~~~~~~~~~~~~