mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #19795: Improved more markups of True/False.
This commit is contained in:
parent
1883542eb9
commit
4adf01caae
14 changed files with 23 additions and 23 deletions
|
@ -615,7 +615,7 @@ item to the buffer only needs to wake up one consumer thread.
|
|||
|
||||
.. method:: wait_for(predicate, timeout=None)
|
||||
|
||||
Wait until a condition evaluates to True. *predicate* should be a
|
||||
Wait until a condition evaluates to true. *predicate* should be a
|
||||
callable which result will be interpreted as a boolean value.
|
||||
A *timeout* may be provided giving the maximum time to wait.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue