Skip to content

Commit

Permalink
pythongh-101100: Fix sphinx warnings in types module (pythonGH-102274)
Browse files Browse the repository at this point in the history
(cherry picked from commit 101a12c)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
2 people authored and miss-islington committed Feb 27, 2023
1 parent 4cc3636 commit 8029764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8029764

Please sign in to comment.