gh-101100: Fix sphinx warnings in `types` module (#102274)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Nikita Sobolev 2023-02-27 10:26:21 +03:00 committed by GitHub
parent f3cb15c88a
commit 101a12c576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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.