Skip to content

Commit

Permalink
gh-101100: Fix sphinx warnings in types module (#102274)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
sobolevn and AlexWaygood authored Feb 27, 2023
1 parent f3cb15c commit 101a12c
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 @@ -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.

Expand Down

0 comments on commit 101a12c

Please sign in to comment.