Skip to content

Fix typos and grammar in documentation#9433

Open
him2him2 wants to merge 4 commits intopython-pillow:mainfrom
him2him2:fix-docs-typos-grammar
Open

Fix typos and grammar in documentation#9433
him2him2 wants to merge 4 commits intopython-pillow:mainfrom
him2him2:fix-docs-typos-grammar

Conversation

@him2him2
Copy link

Changes proposed in this pull request:

  • 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

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.
@aclark4life
Copy link
Member

Thanks! We're going to need an AI-contributions policy if we don't have one already …

Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
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.

I'm obviously biased, but don't mind the use Commonwealth English 🤷

: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.
Copy link
Member

Choose a reason for hiding this comment

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

The original "multiband" is fine.

Copy link
Author

Choose a reason for hiding this comment

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

Reverted — "multiband" is back to the original.

him2him2 and others added 2 commits February 16, 2026 07:28
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants