diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-09-14 03:32:35 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-09-14 03:32:35 (GMT) |
commit | e0add764688a3f3237749e0c2830b669d2c76ca0 (patch) | |
tree | f69c0c5a605892fccf92fb7f25396dfcf2572231 /Doc/library/tkinter.tix.rst | |
parent | 56f37aa965e794046dad62ddef2cb63e59e4f357 (diff) | |
download | cpython-e0add764688a3f3237749e0c2830b669d2c76ca0.zip cpython-e0add764688a3f3237749e0c2830b669d2c76ca0.tar.gz cpython-e0add764688a3f3237749e0c2830b669d2c76ca0.tar.bz2 |
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
Diffstat (limited to 'Doc/library/tkinter.tix.rst')
-rw-r--r-- | Doc/library/tkinter.tix.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tkinter.tix.rst b/Doc/library/tkinter.tix.rst index 289bffd..9de73ad 100644 --- a/Doc/library/tkinter.tix.rst +++ b/Doc/library/tkinter.tix.rst @@ -504,7 +504,7 @@ Tix Commands print(root.tix_configure()) -.. method:: tixCommand.tix_configure([cnf,] **kw) +.. method:: tixCommand.tix_configure(cnf=None, **kw) Query or modify the configuration options of the Tix application context. If no option is specified, returns a dictionary all of the available options. If |