From 003c7a3fcaafcddc149a528cb79a71c6050893e5 Mon Sep 17 00:00:00 2001 From: Ross Lagerwall Date: Sun, 12 Feb 2012 09:02:01 +0200 Subject: [PATCH] Fix a typo. --- Lib/test/test_subprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index b00e780ea1..685857d014 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -471,7 +471,7 @@ class ProcessTestCase(BaseTestCase): self.assertStderrEqual(stderr.encode(), b"pineapple\npear\n") def test_communicate_timeout_large_ouput(self): - # Test a expring timeout while the child is outputting lots of data. + # Test an expiring timeout while the child is outputting lots of data. p = subprocess.Popen([sys.executable, "-c", 'import sys,os,time;' 'sys.stdout.write("a" * (64 * 1024));' -- 2.40.0