[Python-checkins] cpython (merge 3.2 -> default): merge with 3.2

georg.brandl python-checkins at python.org
Wed Apr 4 20:17:23 CEST 2012


http://hg.python.org/cpython/rev/68ef2fc47da6
changeset:   76103:68ef2fc47da6
parent:      76101:118729090dc5
parent:      76102:45287f2799f5
user:        Georg Brandl <georg at python.org>
date:        Wed Apr 04 20:17:27 2012 +0200
summary:
  merge with 3.2

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


diff --git a/Lib/tkinter/ttk.py b/Lib/tkinter/ttk.py
--- a/Lib/tkinter/ttk.py
+++ b/Lib/tkinter/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