mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typos in docs, comments and test assert messages (#14872)
This commit is contained in:
parent
8e3a7380ec
commit
96e12d5f4f
21 changed files with 24 additions and 24 deletions
|
@ -22,7 +22,7 @@ class EINTRTests(unittest.TestCase):
|
|||
print()
|
||||
print("--- run eintr_tester.py ---", flush=True)
|
||||
# In verbose mode, the child process inherit stdout and stdout,
|
||||
# to see output in realtime and reduce the risk of loosing output.
|
||||
# to see output in realtime and reduce the risk of losing output.
|
||||
args = [sys.executable, "-E", "-X", "faulthandler", *args]
|
||||
proc = subprocess.run(args)
|
||||
print(f"--- eintr_tester.py completed: "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue