mirror of
https://github.com/python/cpython.git
synced 2024-12-04 15:25:13 +08:00
gh-101100: Fix sphinx warnings in types
module (#102274)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
f3cb15c88a
commit
101a12c576
@ -486,7 +486,7 @@ Coroutine Utility Functions
|
||||
The generator-based coroutine is still a :term:`generator iterator`,
|
||||
but is also considered to be a :term:`coroutine` object and is
|
||||
:term:`awaitable`. However, it may not necessarily implement
|
||||
the :meth:`__await__` method.
|
||||
the :meth:`~object.__await__` method.
|
||||
|
||||
If *gen_func* is a generator function, it will be modified in-place.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user