diff options
| author | Aditya Borikar <adityaborikar2@gmail.com> | 2024-11-07 15:37:41 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-07 15:37:41 (GMT) |
| commit | 3d9f9ae5a7c4739fe319aa436ab1834d6765b0ac (patch) | |
| tree | e060e5f9d613ff549eb2ca4d1f1a6c7efa380fc4 /Python/pyarena.c | |
| parent | 19c248185343dfad046bbe4046b2b900e7405666 (diff) | |
| download | cpython-3d9f9ae5a7c4739fe319aa436ab1834d6765b0ac.zip cpython-3d9f9ae5a7c4739fe319aa436ab1834d6765b0ac.tar.gz cpython-3d9f9ae5a7c4739fe319aa436ab1834d6765b0ac.tar.bz2 | |
Chore: Fix typo in `pyarena.c` (#126527)
Diffstat (limited to 'Python/pyarena.c')
| -rw-r--r-- | Python/pyarena.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pyarena.c b/Python/pyarena.c index 7ab3701..28970f9 100644 --- a/Python/pyarena.c +++ b/Python/pyarena.c @@ -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. */ |
