aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Doc/library/types.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/types.rst b/Doc/library/types.rst
index 415413c4cd9..747ba58bb22 100644
--- a/Doc/library/types.rst
+++ b/Doc/library/types.rst
@@ -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.