mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fix typos in multiple files (GH-26689)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
736ed6f7a9
commit
17b16e13bb
24 changed files with 1023 additions and 1023 deletions
|
|
@ -2086,7 +2086,7 @@ class Popen:
|
|||
try:
|
||||
os.kill(self.pid, sig)
|
||||
except ProcessLookupError:
|
||||
# Supress the race condition error; bpo-40550.
|
||||
# Suppress the race condition error; bpo-40550.
|
||||
pass
|
||||
|
||||
def terminate(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue