partial coroutine support → coroutine support

This commit is contained in:
Adrián Chaves 2025-03-25 11:02:32 +01:00
parent 5d43d91a95
commit 52f931088c
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ Coroutines
.. versionadded:: 2.0
Scrapy has :ref:`partial support <coroutine-support>` for the :ref:`coroutine
syntax <async>` (i.e. ``async def``).
Scrapy :ref:`supports <coroutine-support>` the :ref:`coroutine syntax <async>`
(i.e. ``async def``).
.. _coroutine-support: