8000 Fix some minor typos by jdufresne · Pull Request #907 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Fix some minor typos #907

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
Jun 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix some minor typos
maintenace -> maintenance
Maintainance -> Maintenance
  • Loading branch information
jdufresne committed Jun 26, 2022
commit ed93a233d3aad3f83e45949c850354484b0d3e95
2 changes: 1 addition & 1 deletion gh-labels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ expert-asyncio

invalid
Used manually for PRs that do not meet basic requirements and
automatically added by bedevere when PR authors attempt to merge maintenace
automatically added by bedevere when PR authors attempt to merge maintenance
branches into the main branch. During events such as the October
Hacktoberfest, this label will prevent the PR from counting toward the
author's contributions.
Expand Down
2 changes: 1 addition & 1 deletion setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ install your own copy of Autoconf.
Regenerate the ABI dump
=======================

Maintainance branches (not ``main``) have a special file located in
Maintenance branches (not ``main``) have a special file located in
``Doc/data/pythonX.Y.abi`` that allows us to know if a given Pull Request
affects the public ABI. This file is used by the GitHub CI in a check
called ``Check if the ABI has changed`` that will fail if a given Pull Request
Expand Down
0