[Python-checkins] cpython (3.2): Closes #14495: fix typo.

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


http://hg.python.org/cpython/rev/45287f2799f5
changeset:   76102:45287f2799f5
branch:      3.2
parent:      76096:57c0867fbf30
user:        Georg Brandl <georg at python.org>
date:        Wed Apr 04 20:17:06 2012 +0200
summary:
  Closes #14495: fix typo.

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