mirror of
https://github.com/python/cpython.git
synced 2025-08-28 12:45:07 +00:00
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
This commit is contained in:
parent
613debcf0a
commit
15f44ab043
72 changed files with 121 additions and 121 deletions
|
@ -682,7 +682,7 @@ class ProcessTestCase(BaseTestCase):
|
|||
self.assertEqual(stdout, "banana")
|
||||
self.assertStderrEqual(stderr.encode(), b"pineapple\npear\n")
|
||||
|
||||
def test_communicate_timeout_large_ouput(self):
|
||||
def test_communicate_timeout_large_output(self):
|
||||
# Test an expiring timeout while the child is outputting lots of data.
|
||||
p = subprocess.Popen([sys.executable, "-c",
|
||||
'import sys,os,time;'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue