Last round of adapting style of documenting argument default values.

This commit is contained in:
Georg Brandl 2009-09-16 15:58:14 +00:00
parent fe99105835
commit 7f01a13e7c
59 changed files with 508 additions and 553 deletions

View file

@ -45,7 +45,7 @@ Using Tix
---------
.. class:: Tix(screenName[, baseName[, className]])
.. class:: Tk(screenName=None, baseName=None, className='Tix')
Toplevel widget of Tix which represents mostly the main window of an
application. It has an associated Tcl interpreter.