diff options
author | Georg Brandl <georg@python.org> | 2012-04-04 20:19:09 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-04-04 20:19:09 +0200 |
commit | f14a2bf3bcfe509f96321e6fde383cce00c58877 (patch) | |
tree | 60ef0a46a528c3e233a433f8b744a1863061611e | |
parent | 5fc56eb1ca8ab379e75f512fcc61beabdfb42c51 (diff) | |
download | cpython-git-f14a2bf3bcfe509f96321e6fde383cce00c58877.tar.gz |
Transplant 45287f2799f5 from default branch.
-rw-r--r-- | Lib/lib-tk/ttk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/ttk.py b/Lib/lib-tk/ttk.py index 2fd513a59f..d632f77e9f 100644 --- a/Lib/lib-tk/ttk.py +++ b/Lib/lib-tk/ttk.py @@ -1253,7 +1253,7 @@ class Treeview(Widget, Tkinter.XView, Tkinter.YView): 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)) |