8000 Update Doc/library/asyncio-sync.rst · python/cpython@7f17d65 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f17d65

Browse files
Update Doc/library/asyncio-sync.rst
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
1 parent d7be0d0 commit 7f17d65

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
@@ -268,7 +268,7 @@ Condition
268268

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

274274

0 commit comments

Comments
 (0)
0