Kaydet (Commit) 37885c27 authored tarafından Guido van Rossum's avatar Guido van Rossum

Trivial change in prompt label suggested by Case Roole.

üst 2d9feedd
......@@ -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)
......
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