]> granicus.if.org Git - python/commitdiff
Fix typo in test module usage message (GH-11374)
authorsth <sth.dev@tejp.de>
Mon, 31 Dec 2018 05:41:39 +0000 (06:41 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 31 Dec 2018 05:41:39 +0000 (21:41 -0800)
A minor typo in the output of `python -m test -h`.
A space was missing in between two words.
howmuch -> how much

Lib/test/libregrtest/cmdline.py

index 09270323611f4ec7f2bae5cd9a513b26df71d9ab..7cd85bf2803aa1f4ef005d6498db5078d601a364 100644 (file)
@@ -68,7 +68,7 @@ typically try to ascertain containers keep working when containing more than
 2 billion objects, which only works on 64-bit systems. There are also some
 tests that try to exhaust the address space of the process, which only makes
 sense on 32-bit systems with at least 2Gb of memory. The passed-in memlimit,
-which is a string in the form of '2.5Gb', determines howmuch memory the
+which is a string in the form of '2.5Gb', determines how much memory the
 tests will limit themselves to (but they may go slightly over.) The number
 shouldn't be more memory than the machine has (including swap memory). You
 should also keep in mind that swap memory is generally much, much slower