Delete `crawler_deferreds` doc in CrawlerRunner

This attribute is now an internal one since it's main use-case was
covered by CrawlerRunner.stop().
This commit is contained in:
Julia Medina 2015-04-10 12:06:27 -03:00
parent bc70584344
commit 86b0951327
1 changed files with 0 additions and 5 deletions

View File

@ -116,11 +116,6 @@ how you :ref:`configure the downloader middlewares
Set of :class:`crawlers <scrapy.crawler.Crawler>` created by the
:meth:`crawl` method.
.. attribute:: crawl_deferreds
Set of the `deferreds`_ return by the :meth:`crawl` method. This
collection it's useful for keeping track of current crawling state.
.. method:: crawl(spidercls, \*args, \**kwargs)
This method sets up the crawling of the given `spidercls` with the