8000 gh-102810 Improve the sphinx docs for `asyncio.Timeout` by JosephSBoyle · Pull Request #102934 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-102810 Improve the sphinx docs for asyncio.Timeout #102934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
Prev Previous commit
Update Doc/library/asyncio-task.rst
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
JosephSBoyle and AlexWaygood authored Mar 23, 2023
commit 702d2ae08ccdaa8ac67bf475e871e04bcf102d5a
2 changes: 1 addition & 1 deletion Doc/library/asyncio-task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ Timeouts
for cancelling overdue coroutines.

``when`` should be an absolute time at which the context should time out,
as measured by the event loop's clock.
as measured by the event loop's clock:

- If ``when`` is ``None``, the timeout will never trigger.
- If ``when < loop.time()``, the timeout will trigger on the next
Expand Down
0