summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/tkinter.tix.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/tkinter.tix.rst b/Doc/library/tkinter.tix.rst
index cc7ffd1..289bffd 100644
--- a/Doc/library/tkinter.tix.rst
+++ b/Doc/library/tkinter.tix.rst
@@ -499,8 +499,8 @@ Tix Commands
To view the current settings, the common usage is::
- import Tix
- root = Tix.Tk()
+ from tkinter import tix
+ root = tix.Tk()
print(root.tix_configure())