Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
592eda12
Commit
592eda12
authored
Jun 27, 2017
by
Mark Roseman
Committed by
terryjreedy
Jun 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-24813: IDLE tagline is Integrated Development and Learning Environment (#2451)
Patch by Mark Roseman
parent
fae2c353
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Lib/idlelib/help_about.py
Lib/idlelib/help_about.py
+1
-1
No files found.
Lib/idlelib/help_about.py
View file @
592eda12
...
...
@@ -81,7 +81,7 @@ class AboutDialog(Toplevel):
logo
=
Label
(
frame_background
,
image
=
self
.
icon_image
,
bg
=
self
.
bg
)
logo
.
grid
(
row
=
0
,
column
=
0
,
sticky
=
W
,
rowspan
=
2
,
padx
=
10
,
pady
=
10
)
byline_text
=
"Python's Integrated Deve
Lopment
Environment"
+
5
*
'
\
n
'
byline_text
=
"Python's Integrated Deve
lopment
\
n
and Learning
Environment"
+
5
*
'
\
n
'
byline
=
Label
(
frame_background
,
text
=
byline_text
,
justify
=
LEFT
,
fg
=
self
.
fg
,
bg
=
self
.
bg
)
byline
.
grid
(
row
=
2
,
column
=
0
,
sticky
=
W
,
columnspan
=
3
,
padx
=
10
,
pady
=
5
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment