Thanks to visit codestin.com Credit goes to github.com
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 f3cb15c commit 101a12cCopy full SHA for 101a12c
Doc/library/types.rst
@@ -486,7 +486,7 @@ Coroutine Utility Functions
486
The generator-based coroutine is still a :term:`generator iterator`,
487
but is also considered to be a :term:`coroutine` object and is
488
:term:`awaitable`. However, it may not necessarily implement
489
- the :meth:`__await__` method.
+ the :meth:`~object.__await__` method.
490
491
If *gen_func* is a generator function, it will be modified in-place.
492
0 commit comments