We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
types
1 parent 4cc3636 commit 8029764Copy full SHA for 8029764
Doc/library/types.rst
@@ -480,7 +480,7 @@ Coroutine Utility Functions
480
The generator-based coroutine is still a :term:`generator iterator`,
481
but is also considered to be a :term:`coroutine` object and is
482
:term:`awaitable`. However, it may not necessarily implement
483
- the :meth:`__await__` method.
+ the :meth:`~object.__await__` method.
484
485
If *gen_func* is a generator function, it will be modified in-place.
486
0 commit comments