Fix typos in comments (#123201)

This commit is contained in:
Wulian 2024-08-21 20:49:23 +08:00 committed by GitHub
parent 7b26c4d1e3
commit 94036e43a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 13 additions and 13 deletions

View file

@ -4490,7 +4490,7 @@ class PhotoImage(Image):
The FORMAT option specifies the name of the image file format
handler to be used. If this option is not given, this method uses
a format that consists of a tuple (one element per row) of strings
containings space separated (one element per pixel/column) colors
containing space-separated (one element per pixel/column) colors
in #RRGGBB” format (where RR is a pair of hexadecimal digits for
the red channel, GG for green, and BB for blue).