mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Fix typos in docs, error messages and comments (#122502)
Signed-off-by: jianghuyiyuan <shuangcui@live.com>
This commit is contained in:
parent
06656e259b
commit
46f5a4f9e1
6 changed files with 6 additions and 6 deletions
|
|
@ -1018,7 +1018,7 @@ method. The :meth:`~Event.wait` method blocks until the flag is true.
|
|||
has not expired. The return value represents the
|
||||
reason that this blocking method returned; ``True`` if returning because
|
||||
the internal flag is set to true, or ``False`` if a timeout is given and
|
||||
the the internal flag did not become true within the given wait time.
|
||||
the internal flag did not become true within the given wait time.
|
||||
|
||||
When the timeout argument is present and not ``None``, it should be a
|
||||
floating-point number specifying a timeout for the operation in seconds,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue