10000 gh-101100: Fix sphinx warnings in `types` module (GH-102274) · python/cpython@bd4a709 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd4a709

Browse files
miss-islingtonsobolevnAlexWaygood
authored
gh-101100: Fix sphinx warnings in types module (GH-102274)
(cherry picked from commit 101a12c) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 64d3715 commit bd4a709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ Coroutine Utility Functions
480480
The generator-based coroutine is still a :term:`generator iterator`,
481481
but is also considered to be a :term:`coroutine` object and is
482482
:term:`awaitable`. However, it may not necessarily implement
483-
the :meth:`__await__` method.
483+
the :meth:`~object.__await__` method.
484484

485485
If *gen_func* is a generator function, it will be modified in-place.
486486

0 commit comments

Comments
 (0)
0