Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9feed commit 37885c2Copy full SHA for 37885c2
1 file changed
Demo/tkinter/guido/regexdemo.py
@@ -22,7 +22,7 @@ def __init__(self, master):
22
self.master = master
23
self.topframe = Frame(self.master)
24
self.topframe.pack(fill=X)
25
- self.promptdisplay = Label(self.topframe, text="Enter a string:")
+ self.promptdisplay = Label(self.topframe, text="Enter a regex:")
26
self.promptdisplay.pack(side=LEFT)
27
self.statusdisplay = Label(self.topframe, text="", anchor=W)
28
self.statusdisplay.pack(side=LEFT, fill=X)
0 commit comments