[Python-checkins] r64275 - sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst

guilherme.polo python-checkins at python.org
Sat Jun 14 14:39:59 CEST 2008


Author: guilherme.polo
Date: Sat Jun 14 14:39:59 2008
New Revision: 64275

Log:
Proper style for passed params

Modified:
   sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst

Modified: sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst
==============================================================================
--- sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst	(original)
+++ sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst	Sat Jun 14 14:39:59 2008
@@ -348,9 +348,9 @@
 
    .. method:: current([newindex=None])
 
-      If newindex is specified, sets the combobox value to the element position
-      newindex. Otherwise, returns the index of the current value or -1 if the
-      current value is not in the values list.
+      If *newindex* is specified, sets the combobox value to the element
+      position *newindex*. Otherwise, returns the index of the current value or
+      -1 if the current value is not in the values list.
 
 
    .. method:: get()
@@ -360,7 +360,7 @@
 
    .. method:: set(value)
 
-      Sets the value of the combobox to value.
+      Sets the value of the combobox to *value*.
 
 
 Notebook


More information about the Python-checkins mailing list