Commit f14a2bf3 authored by Georg Brandl's avatar Georg Brandl

Transplant 45287f2799f5 from default branch.

parent 5fc56eb1
......@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment