diff options
-rw-r--r-- | Lib/lib-tk/Tkinter.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/lib-tk/Tkinter.py b/Lib/lib-tk/Tkinter.py index dccabad..eb8fd44 100644 --- a/Lib/lib-tk/Tkinter.py +++ b/Lib/lib-tk/Tkinter.py @@ -1196,7 +1196,6 @@ class Misc: config = configure def cget(self, key): """Return the resource value for a KEY given as string.""" - print key return self.tk.call(self._w, 'cget', '-' + key) __getitem__ = cget def __setitem__(self, key, value): |