Skip to content

gh-101386: fix typos found by codespell #101387

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
Jan 28, 2023

Conversation

peterjpxie
Copy link
Contributor

@peterjpxie peterjpxie commented Jan 28, 2023

Fix the following typos by codespell (https://github.com/codespell-project/codespell):

./c-api/init_config.rst:842: varable ==> variable
./c-api/init_config.rst:1585: calculatin ==> calculate
./howto/logging-cookbook.rst:3631: detault ==> default
./howto/logging-cookbook.rst:3822: mutiple ==> multiple
./library/sqlite3.rst:2210: Droping ==> Dropping
./library/struct.rst:465: consective ==> consecutive

@ghost
Copy link

ghost commented Jan 28, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the bot can smoothly backport these, let's do so, otherwise not bother.

@hugovk hugovk added needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes labels Jan 28, 2023
@hugovk hugovk merged commit db757f0 into python:main Jan 28, 2023
@miss-islington
Copy link
Contributor

Thanks @peterjpxie for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @peterjpxie and @hugovk, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker db757f0e440d2b3fd3a04dd771907838e0c2241c 3.11

@miss-islington
Copy link
Contributor

Sorry @peterjpxie and @hugovk, I had trouble checking out the 3.10 backport branch.
Please retry by removing and re-adding the "needs backport to 3.10" label.
Alternatively, you can backport using cherry_picker on the command line.
cherry_picker db757f0e440d2b3fd3a04dd771907838e0c2241c 3.10

@hugovk hugovk removed needs backport to 3.11 only security fixes needs backport to 3.10 only security fixes labels Jan 28, 2023
mdboom pushed a commit to mdboom/cpython that referenced this pull request Jan 31, 2023
@peterjpxie peterjpxie deleted the fix-doc-typo-detected-by-codespell branch March 25, 2023 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants