mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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
This commit is contained in:
parent
b539cef31c
commit
7108aab49c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue