commit | 2784df7502255da3719d22a0946ce993e7e963f7 | [log] [tgz] |
---|---|---|
author | Facundo Batista <facundobatista@gmail.com> | Sat Oct 16 21:40:35 2004 +0000 |
committer | Facundo Batista <facundobatista@gmail.com> | Sat Oct 16 21:40:35 2004 +0000 |
tree | 2d234769e6056627261e6fde2621fac70159f2af | |
parent | 2d1a50ca13309d10517d3eac59b90fdfa156b8a2 [diff] |
SF Bug #1046800: Importing Tkinter correctly (thanks Vishnu).
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index cdc9b39..a2eac36 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex
@@ -664,7 +664,7 @@ Here are some examples of typical usage: \begin{verbatim} -import Tkinter +from Tkinter import * class App(Frame): def __init__(self, master=None): Frame.__init__(self, master)