Skip to content

Commit 101a12c

Browse files
gh-101100: Fix sphinx warnings in types module (#102274)
Co-authored-by: Alex Waygood <[email protected]>
1 parent f3cb15c commit 101a12c

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
@@ -486,7 +486,7 @@ Coroutine Utility Functions
486486
The generator-based coroutine is still a :term:`generator iterator`,
487487
but is also considered to be a :term:`coroutine` object and is
488488
:term:`awaitable`. However, it may not necessarily implement
489-
the :meth:`__await__` method.
489+
the :meth:`~object.__await__` method.
490490

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

0 commit comments

Comments
 (0)