mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Pluralss only need one s, not 2 (intss -> ints)
This commit is contained in:
parent
5802bb2319
commit
c0a56ff908
2 changed files with 2 additions and 2 deletions
|
@ -1719,7 +1719,7 @@ PyFloat_Fini(void)
|
|||
}
|
||||
else {
|
||||
fprintf(stderr,
|
||||
": %" PY_FORMAT_SIZE_T "d unfreed floats%s in %"
|
||||
": %" PY_FORMAT_SIZE_T "d unfreed float%s in %"
|
||||
PY_FORMAT_SIZE_T "d out of %"
|
||||
PY_FORMAT_SIZE_T "d block%s\n",
|
||||
fsum, fsum == 1 ? "" : "s",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue