From b8b52381d7f394712681d4f2d59973dc2753d43f Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Sat, 25 Jul 2020 16:27:50 +0500 Subject: [PATCH] Update the minimum version with async start_requests in the second place. --- docs/topics/coroutines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/coroutines.rst b/docs/topics/coroutines.rst index 8bcdc942e..009e21dcf 100644 --- a/docs/topics/coroutines.rst +++ b/docs/topics/coroutines.rst @@ -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::