Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
gh-101100: Fix sphinx warnings in types module
  • Loading branch information
sobolevn committed Feb 26, 2023
commit 7fc7361fdefd16f3da71559eff29dc8090e5a0bb
2 changes: 1 addition & 1 deletion Doc/library/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 __await__ method.
Comment thread
sobolevn marked this conversation as resolved.
Outdated

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

Expand Down