Skip to content

Commit 37b876a

Browse files
kumaraditya303Agent-Hellboy
authored andcommitted
pythongh-101359: clarify docs for asyncio.Event.clear (python#137849)
1 parent d6ade74 commit 37b876a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-sync.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Event
157157

158158
Clear (unset) the event.
159159

160-
Tasks awaiting on :meth:`~Event.wait` will now block until the
160+
Subsequent tasks awaiting on :meth:`~Event.wait` will now block until the
161161
:meth:`~Event.set` method is called again.
162162

163163
.. method:: is_set()

0 commit comments

Comments
 (0)