mirror of https://github.com/scrapy/scrapy.git
Add proper imports.
This commit is contained in:
parent
b62c1263de
commit
4878cc7ef0
|
|
@ -125,7 +125,7 @@ You can also send multiple requests in parallel:
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
from twisted.internet.defer import DeferredList
|
||||
from scrapy.utils.defer import DeferredList
|
||||
|
||||
class MultipleRequestsSpider(scrapy.Spider):
|
||||
name = "multiple"
|
||||
|
|
|
|||
Loading…
Reference in New Issue