summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-11-02 13:06:09 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-11-02 13:06:09 (GMT)
commitc72e66a0489ee53aaf89c677c5b709d30b359532 (patch)
treedaa871e7fdabf80f5da22dd1a5d3dc33b5efce52 /Lib/test/regrtest.py
parenta5ad9da50422a5ce2f80e05b816e74c0e004e247 (diff)
downloadcpython-c72e66a0489ee53aaf89c677c5b709d30b359532.zip
cpython-c72e66a0489ee53aaf89c677c5b709d30b359532.tar.gz
cpython-c72e66a0489ee53aaf89c677c5b709d30b359532.tar.bz2
Issue #25523: Backported a-to-an corrections.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index a51387e..0007da6 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -62,7 +62,7 @@ Special runs
Additional Option Details:
--r randomizes test execution order. You can use --randseed=int to provide a
+-r randomizes test execution order. You can use --randseed=int to provide an
int seed value for the randomizer; this is useful for reproducing troublesome
test orders.