mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-101100: Fix sphinx warnings in types
module (GH-102274)
(cherry picked from commit 101a12c576
)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
64d3715de8
commit
bd4a709038
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,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…
Add table
Add a link
Reference in a new issue