8000 gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` by sobolevn · Pull Request #111179 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-101100: Fix sphinx warnings in library/asyncio-dev.rst #111179

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 3 commits into from
Oct 22, 2023
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
Next Next commit
Update Doc/library/asyncio-eventloop.rst
  • Loading branch information
willingc authored Oct 22, 2023
commit 33c805aee67aae31d8429ac26f89f9d2ed416341
2 changes: 1 addition & 1 deletion Doc/library/asyncio-eventloop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ Enabling debug mode

.. attribute:: loop.slow_callback_duration

When debug mode is enabled, this attribute can be used to set the
This attribute can be used to set the
minimum execution duration in seconds that is considered "slow".
"Slow" callbacks are logged.

Expand Down
0