From: Victor Stinner Date: Tue, 29 Mar 2016 07:50:18 +0000 (+0200) Subject: fix typo in comment X-Git-Tag: v3.6.0a1~306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80ec58c49730cb5498a279ee796ff037e8bbb3a7;p=python fix typo in comment Thanks Arfrever for the report :) --- diff --git a/Lib/test/libregrtest/runtest_mp.py b/Lib/test/libregrtest/runtest_mp.py index aa97f057b9..33f632d47a 100644 --- a/Lib/test/libregrtest/runtest_mp.py +++ b/Lib/test/libregrtest/runtest_mp.py @@ -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