mirror of https://github.com/scrapy/scrapy.git
Update the minimum version with async start_requests in the second place.
This commit is contained in:
parent
b3c2d5f4b0
commit
b8b52381d7
|
|
@ -58,7 +58,7 @@ hence use coroutine syntax (e.g. ``await``, ``async for``, ``async with``):
|
|||
Asynchronous start_requests and spider middlewares
|
||||
==================================================
|
||||
|
||||
.. versionadded:: 2.2
|
||||
.. versionadded:: 2.3
|
||||
|
||||
The :meth:`~scrapy.spiders.Spider.start_requests` spider method can be an
|
||||
asynchronous generator::
|
||||
|
|
|
|||
Loading…
Reference in New Issue