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 fae2c35 commit 592eda1Copy full SHA for 592eda1
Lib/idlelib/help_about.py
@@ -81,7 +81,7 @@ def create_widgets(self):
81
logo = Label(frame_background, image=self.icon_image, bg=self.bg)
82
logo.grid(row=0, column=0, sticky=W, rowspan=2, padx=10, pady=10)
83
84
- byline_text = "Python's Integrated DeveLopment Environment" + 5*'\n'
+ byline_text = "Python's Integrated Development\nand Learning Environment" + 5*'\n'
85
byline = Label(frame_background, text=byline_text, justify=LEFT,
86
fg=self.fg, bg=self.bg)
87
byline.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
0 commit comments