Kaydet (Commit) 5e74d36f authored tarafından Fred Drake's avatar Fred Drake

Fix indentation error in example from the Tkinter Life Preserver.

This closes SF bug #499505.
üst d93d68bd
......@@ -242,7 +242,7 @@ class Application(Frame): 3
21
def __init__(self, master=None): 22
Frame.__init__(self, master) 23
self.pack() 24
self.pack() 24
self.createWidgets() 25
26
app = Application() 27
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment