mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
Merged revisions 69846 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69846 | mark.dickinson | 2009-02-21 21:27:01 +0100 (Sat, 21 Feb 2009) | 2 lines Issue #5341: Fix a variety of spelling errors. ........
This commit is contained in:
parent
b73effab28
commit
585ad8ae5e
52 changed files with 83 additions and 83 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