mirror of https://github.com/scrapy/scrapy.git
Added missing colon
This commit is contained in:
parent
0bf9e4627c
commit
7826869cb2
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue