Skip to content

Fix grammatical typos in documentation#154181

Merged
picnixz merged 1 commit into
python:mainfrom
bontail:fix-doc-grammar-typos
Jul 19, 2026
Merged

Fix grammatical typos in documentation#154181
picnixz merged 1 commit into
python:mainfrom
bontail:fix-doc-grammar-typos

Conversation

@bontail

@bontail bontail commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Fix grammatical typos in the documentation (grammar only, no behavior change):

  • Doc/library/sys.rst: "are is initialized" → "are initialized"
  • Doc/library/ast.rst: "rather then" → "rather than"
  • Doc/library/compression.zstd.rst: "it's value" → "its value" (two occurrences)

@bedevere-app bedevere-app Bot added docs Documentation in the Doc dir skip news labels Jul 19, 2026
@github-project-automation github-project-automation Bot moved this to Todo in Docs PRs Jul 19, 2026
@read-the-docs-community

read-the-docs-community Bot commented Jul 19, 2026

Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #33656665 | 📁 Comparing 93c72bd against main (53916ee)

  🔍 Preview build  

4 files changed
± library/ast.html
± library/compression.zstd.html
± library/sys.html
± whatsnew/changelog.html

- sys.rst: "are is initialized" -> "are initialized"
- ast.rst: "rather then" -> "rather than"
- compression.zstd.rst: "it's value" -> "its value" (two occurrences)
@bontail
bontail force-pushed the fix-doc-grammar-typos branch from cc82e1b to 93c72bd Compare July 19, 2026 19:01
@picnixz picnixz added skip issue needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes sprint labels Jul 19, 2026
@github-project-automation github-project-automation Bot moved this to Todo in Sprint Jul 19, 2026
@github-project-automation github-project-automation Bot moved this from Todo to In Progress in Sprint Jul 19, 2026
@picnixz
picnixz merged commit 40f7fbf into python:main Jul 19, 2026
44 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in Docs PRs Jul 19, 2026
@miss-islington-app

Copy link
Copy Markdown

Thanks @bontail for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15.
🐍🍒⛏🤖

@github-project-automation github-project-automation Bot moved this from In Progress to Done in Sprint Jul 19, 2026
@bedevere-app

bedevere-app Bot commented Jul 19, 2026

Copy link
Copy Markdown

GH-154190 is a backport of this pull request to the 3.15 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Jul 19, 2026
@miss-islington-app

Copy link
Copy Markdown

Sorry, @bontail and @picnixz, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 40f7fbf4a53d2f2cb0414a22f891d6e7e288280c 3.13

@bedevere-app

bedevere-app Bot commented Jul 19, 2026

Copy link
Copy Markdown

GH-154191 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Jul 19, 2026
@picnixz

picnixz commented Jul 19, 2026

Copy link
Copy Markdown
Member

@bontail Can you take care of the backports for Python 3.13? I suspect that the typos won't be there or are in a separate place. Thanks in advance!

@bedevere-app

bedevere-app Bot commented Jul 19, 2026

Copy link
Copy Markdown

GH-154193 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Jul 19, 2026
@bontail

bontail commented Jul 19, 2026

Copy link
Copy Markdown
Contributor Author

@picnixz Done — 3.13 backport is up in GH-154193.

You were right: the compression.zstd.rst typo isn't in 3.13 (the module
was added in 3.14), so only the sys.rst and ast.rst fixes applied there.
That's what tripped up the automated backport. Thanks!

picnixz pushed a commit that referenced this pull request Jul 19, 2026
@picnixz

picnixz commented Jul 19, 2026

Copy link
Copy Markdown
Member

Please also resign the CLA on the 3.15 and 3.14 backports as explained.

tomasr8 pushed a commit that referenced this pull request Jul 20, 2026
Fix grammatical typos in documentation (GH-154181)
(cherry picked from commit 40f7fbf)

Co-authored-by: ilya <110783299+bontail@users.noreply.github.com>
tomasr8 pushed a commit that referenced this pull request Jul 20, 2026
Fix grammatical typos in documentation (GH-154181)
(cherry picked from commit 40f7fbf)

Co-authored-by: ilya <110783299+bontail@users.noreply.github.com>
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 issue skip news sprint

Projects

Status: Done
Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants