Update the minimum version with async start_requests in the second place.

This commit is contained in:
Andrey Rakhmatullin 2020-07-25 16:27:50 +05:00
parent b3c2d5f4b0
commit b8b52381d7
1 changed files with 1 additions and 1 deletions

View File

@ -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::