We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
threading.Event.wait
1 parent e6102f0 commit 13e9c2dCopy full SHA for 13e9c2d
Lib/threading.py
@@ -653,7 +653,8 @@ def wait(self, timeout=None):
653
(or fractions thereof).
654
655
This method returns the internal flag on exit, so it will always return
656
- True except if a timeout is given and the operation times out.
+ ``True`` except if a timeout is given and the operation times out, when
657
+ it will return ``False``.
658
659
"""
660
with self._cond:
0 commit comments