Skip to content

Commit

Permalink
Fix typo in test module usage message (GH-11374)
Browse files Browse the repository at this point in the history
A minor typo in the output of `python -m test -h`.
A space was missing in between two words.
howmuch -> how much
  • Loading branch information
sth authored and miss-islington committed Dec 31, 2018
1 parent b539cef commit 7108aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/libregrtest/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
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
Expand Down

0 comments on commit 7108aab

Please sign in to comment.