Skip to content

Commit 86b0951

Browse files
committed
Delete crawler_deferreds doc in CrawlerRunner
This attribute is now an internal one since it's main use-case was covered by CrawlerRunner.stop().
1 parent bc70584 commit 86b0951

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/topics/api.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ how you :ref:`configure the downloader middlewares
116116
Set of :class:`crawlers <scrapy.crawler.Crawler>` created by the
117117
:meth:`crawl` method.
118118

119-
.. attribute:: crawl_deferreds
120-
121-
Set of the `deferreds`_ return by the :meth:`crawl` method. This
122-
collection it's useful for keeping track of current crawling state.
123-
124119
.. method:: crawl(spidercls, \*args, \**kwargs)
125120

126121
This method sets up the crawling of the given `spidercls` with the

0 commit comments

Comments
 (0)