There was an error while loading. Please reload this page.
1 parent 994269c commit 59ee5b1Copy full SHA for 59ee5b1
Doc/library/asyncio-task.rst
@@ -924,8 +924,7 @@ enforced.
924
Return ``True`` if *obj* is a :ref:`coroutine object <coroutine>`.
925
926
This method is different from :func:`inspect.iscoroutine` because
927
- it returns ``True`` for generator-based coroutines decorated with
928
- :func:`@coroutine <coroutine>`.
+ it returns ``True`` for generator-based coroutines.
929
930
.. function:: iscoroutinefunction(func)
931
0 commit comments