We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47cc3b commit 245abe2Copy full SHA for 245abe2
Lib/idlelib/help_about.py
@@ -89,7 +89,7 @@ def create_widgets(self):
89
forums_url = "https://discuss.python.org"
90
info_buttons = Frame(frame_background, bg=self.bg)
91
info_buttons.grid(row=3, column=0, columnspan=1, sticky=NSEW)
92
- forums = Button(info_buttons, text='Python Discuss', width=35,
+ forums = Button(info_buttons, text='Python (and IDLE) Discussion', width=35,
93
highlightbackground=self.bg,
94
command=lambda: webbrowser.open(forums_url))
95
forums.grid(row=3, column=0, sticky=W, padx=10, pady=10)
0 commit comments