]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-101100: Fix sphinx warnings in `types` module (GH-102274)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Feb 2023 07:34:10 +0000 (23:34 -0800)
committerGitHub <noreply@github.com>
Mon, 27 Feb 2023 07:34:10 +0000 (23:34 -0800)
(cherry picked from commit 101a12c5767a8c6ca6e32b8e24a462d2606d24ca)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/library/types.rst

index e0e77dfbfe7ed2dd37082a8eaa8302671addf030..d2cb462eaa6119a3fe2e6f6015ede1b28b136296 100644 (file)
@@ -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.