mirror of https://github.com/scrapy/scrapy.git
partial coroutine support → coroutine support
This commit is contained in:
parent
5d43d91a95
commit
52f931088c
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue