From 52f931088c2bfd321f1f99a76be8849dd0f557e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Tue, 25 Mar 2025 11:02:32 +0100 Subject: [PATCH] =?UTF-8?q?partial=20coroutine=20support=20=E2=86=92=20cor?= =?UTF-8?q?outine=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/topics/coroutines.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/coroutines.rst b/docs/topics/coroutines.rst index 2a7a0c7c7..aae2950b6 100644 --- a/docs/topics/coroutines.rst +++ b/docs/topics/coroutines.rst @@ -6,8 +6,8 @@ Coroutines .. versionadded:: 2.0 -Scrapy has :ref:`partial support ` for the :ref:`coroutine -syntax ` (i.e. ``async def``). +Scrapy :ref:`supports ` the :ref:`coroutine syntax ` +(i.e. ``async def``). .. _coroutine-support: