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

guilherme.polo python-checkins at python.org
Sat Aug 23 15:42:43 CEST 2008


Author: guilherme.polo
Date: Sat Aug 23 15:42:43 2008
New Revision: 65989

Log:
Fixed some reST syntax

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 Aug 23 15:42:43 2008
@@ -1088,13 +1088,13 @@
       With one argument, returns a dictionary of column/value pairs for the
       specified *item*. With two arguments, returns the current value of the
       specified *column*. With three arguments, sets the value of given
-      *column* in *given* item to the specified *value*.
+      *column* in given *item* to the specified *value*.
 
 
    .. method:: tag_bind(tagname[, sequence=None[, callback=None]])
 
       Bind a callback for the given event *sequence* to the tag *tagname*.
-      When an event is delivered to an item, the callbacks for each of the
+      When an event is delivered to an item, the *callback*s for each of the
       item's tags option are called.
 
 


More information about the Python-checkins mailing list