mirror of
https://github.com/python/cpython.git
synced 2025-11-12 15:09:14 +00:00
remove spurious line from widget variables example
(closes SF patch #1094815)
This commit is contained in:
parent
6af4498602
commit
9f79dbfd4a
1 changed files with 0 additions and 1 deletions
|
|
@ -621,7 +621,6 @@ class App(Frame):
|
||||||
self.entrythingy = Entry()
|
self.entrythingy = Entry()
|
||||||
self.entrythingy.pack()
|
self.entrythingy.pack()
|
||||||
|
|
||||||
self.button.pack()
|
|
||||||
# here is the application variable
|
# here is the application variable
|
||||||
self.contents = StringVar()
|
self.contents = StringVar()
|
||||||
# set it to some value
|
# set it to some value
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue