]> granicus.if.org Git - python/commitdiff
Fix a typo.
authorRoss Lagerwall <rosslagerwall@gmail.com>
Sun, 12 Feb 2012 07:02:01 +0000 (09:02 +0200)
committerRoss Lagerwall <rosslagerwall@gmail.com>
Sun, 12 Feb 2012 07:02:01 +0000 (09:02 +0200)
Lib/test/test_subprocess.py

index b00e780ea1377c48e0b78c48d9a121648dcb9451..685857d014866bbe3d9e88874398f500c9e17369 100644 (file)
@@ -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));'