mirror of
https://github.com/python/cpython.git
synced 2026-04-22 20:01:13 +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
(cherry picked from commit 7108aab49c)
Co-authored-by: sth <sth.dev@tejp.de>
This commit is contained in:
parent
5d2e4b1ff2
commit
75bf2b1e23
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue