mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Trivial change in prompt label suggested by Case Roole.
This commit is contained in:
parent
2d9feeddf3
commit
37885c27c0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class RegexDemo:
|
|||
self.master = master
|
||||
self.topframe = Frame(self.master)
|
||||
self.topframe.pack(fill=X)
|
||||
self.promptdisplay = Label(self.topframe, text="Enter a string:")
|
||||
self.promptdisplay = Label(self.topframe, text="Enter a regex:")
|
||||
self.promptdisplay.pack(side=LEFT)
|
||||
self.statusdisplay = Label(self.topframe, text="", anchor=W)
|
||||
self.statusdisplay.pack(side=LEFT, fill=X)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue