Skip to content

Commit

Permalink
Update Doc/library/asyncio-sync.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
  • Loading branch information
kristjanvalur and gvanrossum committed Jan 12, 2024
1 parent d7be0d0 commit 7f17d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/asyncio-sync.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Condition

The predicate must be a callable which result will be
interpreted as a boolean value. The method will repeatedly
:meth:`wait` unil it evaluates to *true*. The final value is the
:meth:`wait` until the predicate evaluates to *true*. The final value is the
return value.


Expand Down

0 comments on commit 7f17d65

Please sign in to comment.