]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-101100: Fix sphinx warnings in `types` module (#102274)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 27 Feb 2023 07:26:21 +0000 (10:26 +0300)
committerGitHub <noreply@github.com>
Mon, 27 Feb 2023 07:26:21 +0000 (07:26 +0000)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/library/types.rst

index 415413c4cd9747ae7b349a46173f3181dff99a59..747ba58bb225d41536deb8441b0d8083cc3ca52d 100644 (file)
@@ -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.