doc: backport typo and grammar fixes to 9.0.x (from #14179)#14185
Merged
webknjaz merged 1 commit intopytest-dev:9.0.xfrom Feb 11, 2026
Merged
doc: backport typo and grammar fixes to 9.0.x (from #14179)#14185webknjaz merged 1 commit intopytest-dev:9.0.xfrom
webknjaz merged 1 commit intopytest-dev:9.0.xfrom
Conversation
…v#14179) Fix typos, grammar errors, and broken RST directives found across 37 documentation files including how-to guides, reference docs, examples, explanations, and project root files. Notable fixes: - Broken RST directives (``.. note:`` → ``.. note::``) - Subject-verb agreement errors - Missing/incorrect articles and prepositions - Incorrect verb forms ("teared down" → "torn down") - Duplicate words and extra spaces - Wrong URL in changelog (pytest → pytest-xdist) - Ordinal typo ("3th" → "3rd") (cherry picked from commit b2310f2)
webknjaz
approved these changes
Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Backport of #14179 to the
9.0.xbranch, as requested by @webknjaz.This cherry-picks the documentation typo and grammar fixes from the original PR, covering ~75 fixes across 36 files (how-to guides, reference docs, examples, explanations, and project root files).
Conflict resolution
The automated patchback failed due to three conflicts, resolved as follows:
changelog/13963.bugfix.rst: Removed — this changelog entry was already consumed into a release on 9.0.xdoc/en/deprecations.rst: Dropped changes toconfig.inicfgandparametrize-iteratorssections which don't exist on 9.0.x (added after the branch point)doc/en/how-to/fixtures.rst: Kept the grammar fixes ("In a relatively large test suite..." and "for a certain test directory level")Cherry-pick of b2310f2.