[Python-checkins] r67219 - in sandbox/trunk/ttk-gsoc/src: 2.x/ttk.py 3.x/ttk.py

guilherme.polo python-checkins at python.org
Fri Nov 14 13:33:42 CET 2008


Author: guilherme.polo
Date: Fri Nov 14 13:33:42 2008
New Revision: 67219

Log:
Minor docstring correction


Modified:
   sandbox/trunk/ttk-gsoc/src/2.x/ttk.py
   sandbox/trunk/ttk-gsoc/src/3.x/ttk.py

Modified: sandbox/trunk/ttk-gsoc/src/2.x/ttk.py
==============================================================================
--- sandbox/trunk/ttk-gsoc/src/2.x/ttk.py	(original)
+++ sandbox/trunk/ttk-gsoc/src/2.x/ttk.py	Fri Nov 14 13:33:42 2008
@@ -897,7 +897,7 @@
 
 
     def tab(self, tab_id, option=None, **kw):
-        """Query or modify the options of the specific tab.
+        """Query or modify the options of the specific tab_id.
 
         If kw is not given, returns a dict of the tab option values. If option
         is specified, returns the value of that option. Otherwise, sets the

Modified: sandbox/trunk/ttk-gsoc/src/3.x/ttk.py
==============================================================================
--- sandbox/trunk/ttk-gsoc/src/3.x/ttk.py	(original)
+++ sandbox/trunk/ttk-gsoc/src/3.x/ttk.py	Fri Nov 14 13:33:42 2008
@@ -897,7 +897,7 @@
 
 
     def tab(self, tab_id, option=None, **kw):
-        """Query or modify the options of the specific tab.
+        """Query or modify the options of the specific tab_id.
 
         If kw is not given, returns a dict of the tab option values. If option
         is specified, returns the value of that option. Otherwise, sets the


More information about the Python-checkins mailing list