Skip to content

Commit 56fee71

Browse files
kumaraditya303miss-islington
authored andcommitted
gh-101359: clarify docs for asyncio.Event.clear (GH-137849)
(cherry picked from commit 4b2dbe8) Co-authored-by: Kumar Aditya <kumaraditya@python.org>
1 parent 8d6e107 commit 56fee71

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)