commit | 2a6ac15f263c58842c5be9398da9cc78d3516988 | [log] [tgz] |
---|---|---|
author | Terry Reedy <tjreedy@udel.edu> | Mon Jan 24 20:48:40 2011 +0000 |
committer | Terry Reedy <tjreedy@udel.edu> | Mon Jan 24 20:48:40 2011 +0000 |
tree | 44477637b1591e15793816c12b0254488cc6bb7a | |
parent | 009a6bd675ed8f853d57794eacb660912be5dd49 [diff] [blame] |
Update last tix code example for 3.x, as already done for previous examples.
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 @@ 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())