Skip to content

Commit 2a6ac15

Browse files
committed
Update last tix code example for 3.x, as already done for previous examples.
1 parent 009a6bd commit 2a6ac15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/tkinter.tix.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,8 @@ Tix Commands
499499

500500
To view the current settings, the common usage is::
501501

502-
import Tix
503-
root = Tix.Tk()
502+
from tkinter import tix
503+
root = tix.Tk()
504504
print(root.tix_configure())
505505

506506

0 commit comments

Comments
 (0)