diff --git a/Doc/library/tkinter.tix.rst b/Doc/library/tkinter.tix.rst index cc7ffd1e07d..289bffd1ad4 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())