Skip to content

Commit 245abe2

Browse files
Update Lib/idlelib/help_about.py
Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent c47cc3b commit 245abe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/help_about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def create_widgets(self):
8989
forums_url = "https://discuss.python.org"
9090
info_buttons = Frame(frame_background, bg=self.bg)
9191
info_buttons.grid(row=3, column=0, columnspan=1, sticky=NSEW)
92-
forums = Button(info_buttons, text='Python Discuss', width=35,
92+
forums = Button(info_buttons, text='Python (and IDLE) Discussion', width=35,
9393
highlightbackground=self.bg,
9494
command=lambda: webbrowser.open(forums_url))
9595
forums.grid(row=3, column=0, sticky=W, padx=10, pady=10)

0 commit comments

Comments
 (0)