mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.13] gh-101359: clarify docs for asyncio.Event.clear (GH-137849) (#137851)
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
8d6e1075da
commit
7f18b0e45d
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