8000 [3.6] bpo-24813: IDLE tagline is Integrated Development and Learning… · python/cpython@413c0a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 413c0a9

Browse files
authored
[3.6] bpo-24813: IDLE tagline is Integrated Development and Learning Environment (GH-2451) (#2461)
Patch by Mark Roseman (cherry picked from commit 592eda1)
1 parent af68382 commit 413c0a9

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
@@ -81,7 +81,7 @@ def create_widgets(self):
8181
logo = Label(frame_background, image=self.icon_image, bg=self.bg)
8282
logo.grid(row=0, column=0, sticky=W, rowspan=2, padx=10, pady=10)
8383

84-
byline_text = "Python's Integrated DeveLopment Environment" + 5*'\n'
84+
byline_text = "Python's Integrated Development\nand Learning Environment" + 5*'\n'
8585
byline = Label(frame_background, text=byline_text, justify=LEFT,
8686
fg=self.fg, bg=self.bg)
8787
byline.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)

0 commit comments

Comments
 (0)
0