Skip to content

Chore: Fix typo in pyarena.c #126527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Chore: Fix typo in pyarena.c #126527

merged 1 commit into from
Nov 7, 2024

Conversation

adiaholic
Copy link
Contributor

I noticed a small typo in pyarena.c.

The lines should likely read:

Measurements with standard library modules suggest the average allocation is about 20 bytes and that most compilers use a single block.

"Compiles" should be "compilers."

@picnixz picnixz changed the title Arena: Fix comment Chore: Fix typo in pyarena.c Nov 7, 2024
@vstinner vstinner merged commit 3d9f9ae into python:main Nov 7, 2024
43 checks passed
@vstinner
Copy link
Member

vstinner commented Nov 7, 2024

Merged, thanks for your contribution.

picnixz pushed a commit to picnixz/cpython that referenced this pull request Dec 8, 2024
ebonnal pushed a commit to ebonnal/cpython that referenced this pull request Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants