From 86b095132770f8d1ba84f6502a5929c6ae102e04 Mon Sep 17 00:00:00 2001 From: Julia Medina Date: Fri, 10 Apr 2015 12:06:27 -0300 Subject: [PATCH] Delete `crawler_deferreds` doc in CrawlerRunner This attribute is now an internal one since it's main use-case was covered by CrawlerRunner.stop(). --- docs/topics/api.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/topics/api.rst b/docs/topics/api.rst index 57b8ee0cf..70b75a868 100644 --- a/docs/topics/api.rst +++ b/docs/topics/api.rst @@ -116,11 +116,6 @@ how you :ref:`configure the downloader middlewares Set of :class:`crawlers ` 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