]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in test module usage message (GH-11374)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 31 Dec 2018 05:59:08 +0000 (21:59 -0800)
committerGitHub <noreply@github.com>
Mon, 31 Dec 2018 05:59:08 +0000 (21:59 -0800)
commit75bf2b1e23ee7672fccb1e0fa23d6113cc3d38d7
tree74e6b51069efc604706d8151c74a96e132b4146c
parent5d2e4b1ff2f01b6aeac2f2f302f363d3eed225fa
Fix typo in test module usage message (GH-11374)

A minor typo in the output of `python -m test -h`.
A space was missing in between two words.
howmuch -> how much
(cherry picked from commit 7108aab49c2b6d6d81766c354f9a809278e03d4c)

Co-authored-by: sth <sth.dev@tejp.de>
Lib/test/libregrtest/cmdline.py