8000 Update Lib/idlelib/help_about.py · python/cpython@cef6a10 · GitHub
[go: up one dir, main page]

Skip to content

Commit cef6a10

Browse files
Update Lib/idlelib/help_about.py
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 245abe2 commit cef6a10

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
@@ -97,7 +97,7 @@ def create_widgets(self):
9797

9898
docs_url = ("https://docs.python.org/%d.%d/library/idle.html" %
9999
sys.version_info[:2])
100-
docs = Button(info_buttons, text='Python Documentation', width=35,
100+
docs = Button(info_buttons, text='IDLE Documentation', width=35,
101101
highlightbackground=self.bg,
102102
command=lambda: webbrowser.open(docs_url))
103103
docs.grid(row=4, column=0, columnspan=2, sticky=W, padx=10, pady=10)

0 commit comments

Comments
 (0)
0