Skip to content

Commit 3d9f9ae

Browse files
authored
Chore: Fix typo in pyarena.c (#126527)
1 parent 19c2481 commit 3d9f9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/pyarena.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* A simple arena block structure.
55
66
Measurements with standard library modules suggest the average
7-
allocation is about 20 bytes and that most compiles use a single
7+
allocation is about 20 bytes and that most compilers use a single
88
block.
99
*/
1010

0 commit comments

Comments
 (0)