Skip to content

Commit 75bf2b1

Browse files
miss-islingtonsth
andauthored
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 7108aab) Co-authored-by: sth <[email protected]>
1 parent 5d2e4b1 commit 75bf2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
2 billion objects, which only works on 64-bit systems. There are also some
6969
tests that try to exhaust the address space of the process, which only makes
7070
sense on 32-bit systems with at least 2Gb of memory. The passed-in memlimit,
71-
which is a string in the form of '2.5Gb', determines howmuch memory the
71+
which is a string in the form of '2.5Gb', determines how much memory the
7272
tests will limit themselves to (but they may go slightly over.) The number
7373
shouldn't be more memory than the machine has (including swap memory). You
7474
should also keep in mind that swap memory is generally much, much slower

0 commit comments

Comments
 (0)