From: Georg Brandl Date: Wed, 4 Apr 2012 18:17:06 +0000 (+0200) Subject: Closes #14495: fix typo. X-Git-Tag: v3.3.0a3~315^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6046301ef70ca30f106038cf3799278e770d3ca;p=thirdparty%2FPython%2Fcpython.git Closes #14495: fix typo. --- diff --git a/Lib/tkinter/ttk.py b/Lib/tkinter/ttk.py index 928e1de78180..5ae20a867892 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))