summaryrefslogtreecommitdiff
path: root/Doc/library/tkinter.tix.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/tkinter.tix.rst')
-rw-r--r--Doc/library/tkinter.tix.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tkinter.tix.rst b/Doc/library/tkinter.tix.rst
index 7cd343cd8e..6298baccfb 100644
--- a/Doc/library/tkinter.tix.rst
+++ b/Doc/library/tkinter.tix.rst
@@ -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.