mirror of https://github.com/scrapy/scrapy.git
Remove the asyncio warning from coroutines page (#4513)
This commit is contained in:
parent
3878b67a37
commit
c207dbf939
|
|
@ -7,10 +7,6 @@ Coroutines
|
|||
Scrapy has :ref:`partial support <coroutine-support>` for the
|
||||
:ref:`coroutine syntax <async>`.
|
||||
|
||||
.. warning:: :mod:`asyncio` support in Scrapy is experimental. Future Scrapy
|
||||
versions may introduce related API and behavior changes without a
|
||||
deprecation period or warning.
|
||||
|
||||
.. _coroutine-support:
|
||||
|
||||
Supported callables
|
||||
|
|
|
|||
Loading…
Reference in New Issue