[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:
Miss Islington (bot) 2025-08-29 06:37:39 +02:00 committed by GitHub
parent d3f7bb067c
commit 769f58a828
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()