mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +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
|
@ -1378,7 +1378,7 @@ PyInt_Fini(void)
|
|||
}
|
||||
else {
|
||||
fprintf(stderr,
|
||||
": %" PY_FORMAT_SIZE_T "d unfreed ints%s in %"
|
||||
": %" PY_FORMAT_SIZE_T "d unfreed int%s in %"
|
||||
PY_FORMAT_SIZE_T "d out of %"
|
||||
PY_FORMAT_SIZE_T "d block%s\n",
|
||||
isum, isum == 1 ? "" : "s",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue