Skip to content

Commit 592eda1

Browse files
rosemanterryjreedy
authored andcommitted
bpo-24813: IDLE tagline is Integrated Development and Learning Environment (#2451)
Patch by Mark Roseman
1 parent fae2c35 commit 592eda1

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)