Fix typos and grammar in documentation#9433
Open
him2him2 wants to merge 4 commits intopython-pillow:mainfrom
Open
Fix typos and grammar in documentation#9433him2him2 wants to merge 4 commits intopython-pillow:mainfrom
him2him2 wants to merge 4 commits intopython-pillow:mainfrom
Conversation
Fix grammar errors: missing words ("may not be available", "must be
passed to", "data is processed"), wrong articles ("an OpenType",
"a multi-band"), subject-verb disagreement ("operations...return"),
duplicated words ("can be used"), missing prepositions, and errant
periods.
Fix typos: "GDB" (was "GBD"), "chromatic_adaptation" (was
"chromatic_adaption"), "contiguous" (was "continuous"),
"counterclockwise" (was "counter clockwise"), "XYZ-transform" (was
"XYZ-transformed"), "included" (was "including"), "BGR;16" (was
"BGR 16"), missing closing parenthesis/quote.
Fix minor issues: double spaces, missing commas, missing hyphens in
compound adjectives ("well-known", "human-readable", "file-like"),
capitalization errors.
Member
|
Thanks! We're going to need an AI-contributions policy if we don't have one already … |
radarhere
reviewed
Feb 12, 2026
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
hugovk
reviewed
Feb 15, 2026
Member
hugovk
left a comment
There was a problem hiding this comment.
I'm obviously biased, but don't mind the use Commonwealth English 🤷
docs/reference/PixelAccess.rst
Outdated
| :param xy: The pixel coordinate, given as (x, y). | ||
| :returns: a pixel value for single band images, a tuple of | ||
| pixel values for multiband images. | ||
| pixel values for multi-band images. |
Member
There was a problem hiding this comment.
The original "multiband" is fine.
Author
There was a problem hiding this comment.
Reverted — "multiband" is back to the original.
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
- Revert "multiband" back to original (not "multi-band") - Use "macOS" instead of "Mac" in ImageGrab.rst
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.
Changes proposed in this pull request: