[Python-checkins] cpython (2.7): Transplant 45287f2799f5 from default branch.

georg.brandl python-checkins at python.org
Wed Apr 4 20:19:16 CEST 2012


http://hg.python.org/cpython/rev/9b472b24e5c9
changeset:   76104:9b472b24e5c9
branch:      2.7
parent:      76093:2c1ce04ded55
user:        Georg Brandl <georg at python.org>
date:        Wed Apr 04 20:19:09 2012 +0200
summary:
  Transplant 45287f2799f5 from default branch.

files:
  Lib/lib-tk/ttk.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/lib-tk/ttk.py b/Lib/lib-tk/ttk.py
--- a/Lib/lib-tk/ttk.py
+++ b/Lib/lib-tk/ttk.py
@@ -1253,7 +1253,7 @@
 
 
     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))
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list