https://github.com/python/cpython/commit/3d9f9ae5a7c4739fe319aa436ab1834d6765b0ac
commit: 3d9f9ae5a7c4739fe319aa436ab1834d6765b0ac
branch: main
author: Aditya Borikar <[email protected]>
committer: vstinner <[email protected]>
date: 2024-11-07T16:37:41+01:00
summary:

Chore: Fix typo in `pyarena.c` (#126527)

files:
M Python/pyarena.c

diff --git a/Python/pyarena.c b/Python/pyarena.c
index 7ab370163b2b93..28970f9d0670f4 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.
 */
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to