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.
True
1 parent c372ea4 commit 8beb649Copy full SHA for 8beb649
Lib/threading.py
@@ -647,8 +647,8 @@ def wait(self, timeout=None):
647
(or fractions thereof).
648
649
This method returns the internal flag on exit, so it will always return
650
- True except if a timeout is given and the operation times out, when it
651
- will return `False`.
+ ``True`` except if a timeout is given and the operation times out, when
+ it will return ``False``.
652
653
"""
654
with self._cond:
0 commit comments