gh-101359: clarify docs for asyncio.Event.clear (#137849)

This commit is contained in:
Kumar Aditya 2025-08-16 16:20:54 +05:30 committed by GitHub
parent ec4021c6d7
commit 4b2dbe8e0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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