[Python-checkins] cpython: fix typo in comment

victor.stinner python-checkins at python.org
Tue Mar 29 03:50:23 EDT 2016


https://hg.python.org/cpython/rev/1798a074223a
changeset:   100783:1798a074223a
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Mar 29 09:50:18 2016 +0200
summary:
  fix typo in comment

Thanks Arfrever for the report :)

files:
  Lib/test/libregrtest/runtest_mp.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/libregrtest/runtest_mp.py b/Lib/test/libregrtest/runtest_mp.py
--- a/Lib/test/libregrtest/runtest_mp.py
+++ b/Lib/test/libregrtest/runtest_mp.py
@@ -21,7 +21,7 @@
 # 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
 
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list