Update last tix code example for 3.x, as already done for previous examples.

This commit is contained in:
Terry Reedy 2011-01-24 20:48:40 +00:00
parent 009a6bd675
commit 2a6ac15f26
1 changed files with 2 additions and 2 deletions

View File

@ -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())