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: