From 3d9f9ae5a7c4739fe319aa436ab1834d6765b0ac Mon Sep 17 00:00:00 2001 From: Aditya Borikar Date: Thu, 7 Nov 2024 07:37:41 -0800 Subject: [PATCH] Chore: Fix typo in `pyarena.c` (#126527) --- Python/pyarena.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/pyarena.c b/Python/pyarena.c index 7ab370163b2..28970f9d067 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. */