mirror of
https://github.com/python/cpython.git
synced 2025-09-16 13:47:31 +00:00
Issue #5341: Fix a variety of spelling errors.
This commit is contained in:
parent
a12a86e956
commit
3e4caeb3bf
56 changed files with 93 additions and 93 deletions
|
@ -3316,7 +3316,7 @@ class PhotoImage(Image):
|
|||
"""Return the color (red, green, blue) of the pixel at X,Y."""
|
||||
return self.tk.call(self.name, 'get', x, y)
|
||||
def put(self, data, to=None):
|
||||
"""Put row formated colors to image starting from
|
||||
"""Put row formatted colors to image starting from
|
||||
position TO, e.g. image.put("{red green} {blue yellow}", to=(4,6))"""
|
||||
args = (self.name, 'put', data)
|
||||
if to:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue