mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] gh-101359: clarify docs for asyncio.Event.clear (GH-137849) (#137850)
gh-101359: clarify docs for `asyncio.Event.clear` (GH-137849)
(cherry picked from commit 4b2dbe8e0a)
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
This commit is contained in:
parent
d3f7bb067c
commit
769f58a828
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ Event
|
||||||
|
|
||||||
Clear (unset) the 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.
|
:meth:`~Event.set` method is called again.
|
||||||
|
|
||||||
.. method:: is_set()
|
.. method:: is_set()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue