mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.12] gh-106634: Corrected minor asyncio doc issues (GH-106671) (#106712)
gh-106634: Corrected minor asyncio doc issues (GH-106671)
(cherry picked from commit 4b4a5b70aa
)
Co-authored-by: Chris Brett <chrisbrett665@gmail.com>
This commit is contained in:
parent
00eb4355e3
commit
dfdded6beb
3 changed files with 3 additions and 2 deletions
|
@ -727,7 +727,7 @@ class BaseEventLoop(events.AbstractEventLoop):
|
|||
always relative to the current time.
|
||||
|
||||
Each callback will be called exactly once. If two callbacks
|
||||
are scheduled for exactly the same time, it undefined which
|
||||
are scheduled for exactly the same time, it is undefined which
|
||||
will be called first.
|
||||
|
||||
Any positional arguments after the callback will be passed to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue