mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Chore: Fix typo in pyarena.c
(#126527)
This commit is contained in:
parent
19c2481853
commit
3d9f9ae5a7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
/* A simple arena block structure.
|
||||
|
||||
Measurements with standard library modules suggest the average
|
||||
allocation is about 20 bytes and that most compiles use a single
|
||||
allocation is about 20 bytes and that most compilers use a single
|
||||
block.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue