Skip to content

Fix typo "extenstion" in Modules/xxlimited.c#154017

Closed
michaelbnewman wants to merge 1 commit into
python:mainfrom
michaelbnewman:fix-typo-extenstion-in-xxlimited
Closed

Fix typo "extenstion" in Modules/xxlimited.c#154017
michaelbnewman wants to merge 1 commit into
python:mainfrom
michaelbnewman:fix-typo-extenstion-in-xxlimited

Conversation

@michaelbnewman

Copy link
Copy Markdown
Contributor

Fix typo extenstion to extensions in Modules/xxlimited.c

Methodology

$ brew install typos-cli
$ typos xxlimited.c 
error: `extenstions` should be `extensions`
    ╭▸ xxlimited.c:636:66
    │
636 │ // Information that CPython uses to prevent loading incompatible extenstions
    ╰╴                                                                 ━━━━━━━━━━━

@StanFromIreland

StanFromIreland commented Jul 18, 2026

Copy link
Copy Markdown
Member

Hi! As noted in the devguide we generally only accept PRs with fixes in documentation. Sorry, but I'm closing.

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.

2 participants