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.
1 parent ef0df52 commit a150707Copy full SHA for a150707
Doc/library/threading.rst
@@ -989,7 +989,7 @@ method. The :meth:`~Event.wait` method blocks until the flag is true.
989
990
When the timeout argument is present and not ``None``, it should be a
991
floating point number specifying a timeout for the operation in seconds
992
- (or fractions thereof).
+ (or fractions thereof). When the timeout occurs, ``False`` will be returned.
993
994
This method returns ``True`` if and only if the internal flag has been set to
995
true, either before the wait call or after the wait starts, so it will
0 commit comments