Fix typos and grammar in documentation - #9433
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.
|
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>
hugovk
left a comment
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
The original "multiband" is fine.
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
radarhere
left a comment
There was a problem hiding this comment.
I'm obviously biased, but don't mind the use Commonwealth English
Isn't everyone biased one way or another? I also don't mind it, although I do like consistency. If this is more consistent, then sure.
See him2him2#1 for further changes for consistency
|
I've merged most of the original changes in separate PRs. If there is anything left that you would like push for, please leave a comment. |
Changes proposed in this pull request: