mirror of
https://github.com/python/cpython.git
synced 2026-01-03 22:12:27 +00:00
gh-101359: clarify docs for asyncio.Event.clear (#137849)
This commit is contained in:
parent
ec4021c6d7
commit
4b2dbe8e0a
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ Event
|
|||
|
||||
Clear (unset) the event.
|
||||
|
||||
Tasks awaiting on :meth:`~Event.wait` will now block until the
|
||||
Subsequent tasks awaiting on :meth:`~Event.wait` will now block until the
|
||||
:meth:`~Event.set` method is called again.
|
||||
|
||||
.. method:: is_set()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue