diff --git a/Lib/threading.py b/Lib/threading.py index acf5090716c..15bf786a6a9 100644 --- a/Lib/threading.py +++ b/Lib/threading.py @@ -650,7 +650,8 @@ def wait(self, timeout=None): (or fractions thereof). This method returns the internal flag on exit, so it will always return - 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 + it will return ``False``. """ with self._cond: