mirror of
https://github.com/python/cpython.git
synced 2025-10-14 10:53:40 +00:00
Fix typos in docs and comments (#109619)
This commit is contained in:
parent
32ffe58c12
commit
ef6d475db3
14 changed files with 15 additions and 15 deletions
|
@ -495,7 +495,7 @@ class _ExecutorManagerThread(threading.Thread):
|
|||
# set_exception() fails if the future is cancelled: ignore it.
|
||||
# Trying to check if the future is cancelled before calling
|
||||
# set_exception() would leave a race condition if the future is
|
||||
# cancelled betwen the check and set_exception().
|
||||
# cancelled between the check and set_exception().
|
||||
pass
|
||||
# Delete references to object. See issue16284
|
||||
del work_item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue