Skip to content

Commit 379bbd5

Browse files
adiaholicpicnixz
authored andcommitted
Chore: Fix typo in pyarena.c (python#126527)
1 parent 182256e commit 379bbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/pyarena.c

Lines changed: 1 addition & 1 deletion
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)