commit | f14a2bf3bcfe509f96321e6fde383cce00c58877 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Apr 04 20:19:09 2012 +0200 |
committer | Georg Brandl <georg@python.org> | Wed Apr 04 20:19:09 2012 +0200 |
tree | 60ef0a46a528c3e233a433f8b744a1863061611e | |
parent | 5fc56eb1ca8ab379e75f512fcc61beabdfb42c51 [diff] [blame] |
Transplant 45287f2799f5 from default branch.
diff --git a/Lib/lib-tk/ttk.py b/Lib/lib-tk/ttk.py index 2fd513a..d632f77 100644 --- a/Lib/lib-tk/ttk.py +++ b/Lib/lib-tk/ttk.py
@@ -1253,7 +1253,7 @@ def exists(self, item): - """Returns True if the specified item is present in the three, + """Returns True if the specified item is present in the tree, False otherwise.""" return bool(self.tk.call(self._w, "exists", item))