]> granicus.if.org Git - python/commitdiff
Closes #14495: fix typo.
authorGeorg Brandl <georg@python.org>
Wed, 4 Apr 2012 18:17:06 +0000 (20:17 +0200)
committerGeorg Brandl <georg@python.org>
Wed, 4 Apr 2012 18:17:06 +0000 (20:17 +0200)
Lib/tkinter/ttk.py

index 928e1de781803bed1e8133579bc12d21a11d9a82..5ae20a8678922626d5007320f4a64a91d26f62e6 100644 (file)
@@ -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))