]> granicus.if.org Git - python/commitdiff
Transplant 45287f2799f5 from default branch.
authorGeorg Brandl <georg@python.org>
Wed, 4 Apr 2012 18:19:09 +0000 (20:19 +0200)
committerGeorg Brandl <georg@python.org>
Wed, 4 Apr 2012 18:19:09 +0000 (20:19 +0200)
Lib/lib-tk/ttk.py

index 2fd513a59ffd1973304850258ff26d857a6af187..d632f77e9fb3eba051f31c8a890b941e35dd3c39 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))