]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Chore: Fix typo in `pyarena.c` (#126527)
authorAditya Borikar <adityaborikar2@gmail.com>
Thu, 7 Nov 2024 15:37:41 +0000 (07:37 -0800)
committerGitHub <noreply@github.com>
Thu, 7 Nov 2024 15:37:41 +0000 (16:37 +0100)
Python/pyarena.c

index 7ab370163b2b93f34f9787f9b2f0bcf6cebf1414..28970f9d0670f434d08eb5d830581e945f4cde6e 100644 (file)
@@ -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.
 */