File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -989,12 +989,12 @@ method. The :meth:`~Event.wait` method blocks until the flag is true.
989
989
990
990
When the timeout argument is present and not ``None ``, it should be a
991
991
floating point number specifying a timeout for the operation in seconds
992
- (or fractions thereof). When the timeout occurs, `` False `` will be returned.
992
+ (or fractions thereof).
993
993
994
994
This method returns ``True `` if and only if the internal flag has been set to
995
995
true, either before the wait call or after the wait starts, so it will
996
996
always return ``True `` except if a timeout is given and the operation
997
- times out.
997
+ times out. If such a timeout occurs, `` False `` will be returned.
998
998
999
999
.. versionchanged :: 3.1
1000
1000
Previously, the method always returned ``None ``.
You can’t perform that action at this time.
0 commit comments