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 1c55b91 commit 525f7c2Copy full SHA for 525f7c2
Lib/threading.py
@@ -660,7 +660,8 @@ def wait(self, timeout=None):
660
(or fractions thereof).
661
662
This method returns the internal flag on exit, so it will always return
663
- 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
664
+ it will return ``False``.
665
666
"""
667
with self._cond:
0 commit comments