summaryrefslogtreecommitdiff
path: root/Lib/tkinter
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-04-04 20:17:06 +0200
committerGeorg Brandl <georg@python.org>2012-04-04 20:17:06 +0200
commitb6046301ef70ca30f106038cf3799278e770d3ca (patch)
tree5717c8a5920518b723f5664c0d02af9d8f5a8db5 /Lib/tkinter
parent6d20cba8d646ec055851afac5494cc0e72d0dfa8 (diff)
downloadcpython-git-b6046301ef70ca30f106038cf3799278e770d3ca.tar.gz
Closes #14495: fix typo.
Diffstat (limited to 'Lib/tkinter')
-rw-r--r--Lib/tkinter/ttk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tkinter/ttk.py b/Lib/tkinter/ttk.py
index 928e1de781..5ae20a8678 100644
--- a/Lib/tkinter/ttk.py
+++ b/Lib/tkinter/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))