mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix typos in comments (#123201)
This commit is contained in:
parent
7b26c4d1e3
commit
94036e43a8
9 changed files with 13 additions and 13 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue