]> granicus.if.org Git - python/commitdiff
fix typo in comment
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Mar 2016 07:50:18 +0000 (09:50 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Mar 2016 07:50:18 +0000 (09:50 +0200)
Thanks Arfrever for the report :)

Lib/test/libregrtest/runtest_mp.py

index aa97f057b917e88dffea628a13fde4f1dfffe6f9..33f632d47a748437de896c8cd17a6fe288927724 100644 (file)
@@ -21,7 +21,7 @@ from test.libregrtest.setup import setup_tests
 # Display the running tests if nothing happened last N seconds
 PROGRESS_UPDATE = 30.0   # seconds
 
-# If interrupted, display the wait process every N seconds
+# If interrupted, display the wait progress every N seconds
 WAIT_PROGRESS = 2.0   # seconds