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
8a533ffb
Commit
8a533ffb
authored
May 16, 2019
by
Terry Jan Reedy
Committed by
GitHub
May 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in documentation. Patch by tirkarthi. (GH-13354)
parent
9b5a0efc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
Doc/library/idle.rst
Doc/library/idle.rst
+2
-2
Lib/idlelib/help.html
Lib/idlelib/help.html
+6
-6
No files found.
Doc/library/idle.rst
View file @
8a533ffb
...
...
@@ -50,7 +50,7 @@ default title and context menu.
On macOS, there is one application menu. It dynamically changes according
to the window currently selected. It has an IDLE menu, and some entries
described below are moved around to conform to Apple guidlines.
described below are moved around to conform to Apple guid
e
lines.
File menu (Shell and Editor)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
@@ -769,7 +769,7 @@ facilitate development of tkinter programs. Enter ``import tkinter as tk;
root = tk.Tk()`` in standard Python and nothing appears. Enter the same
in IDLE and a tk window appears. In standard Python, one must also enter
``root.update()`` to see the window. IDLE does the equivalent in the
background, about 20 times a second, which is about every 50 mill
e
seconds.
background, about 20 times a second, which is about every 50 mill
i
seconds.
Next enter ``b = tk.Button(root, text='button'); b.pack()``. Again,
nothing visibly changes in standard Python until one enters ``root.update()``.
...
...
Lib/idlelib/help.html
View file @
8a533ffb
...
...
@@ -6,7 +6,7 @@
<head>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=Edge"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
IDLE
—
Python 3.8.0a
3
documentation
</title>
<title>
IDLE
—
Python 3.8.0a
4
documentation
</title>
<link
rel=
"stylesheet"
href=
"../_static/pydoctheme.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"../_static/pygments.css"
type=
"text/css"
/>
...
...
@@ -19,7 +19,7 @@
<script
type=
"text/javascript"
src=
"../_static/sidebar.js"
></script>
<link
rel=
"search"
type=
"application/opensearchdescription+xml"
title=
"Search within Python 3.8.0a
3
documentation"
title=
"Search within Python 3.8.0a
4
documentation"
href=
"../_static/opensearch.xml"
/>
<link
rel=
"author"
title=
"About these documents"
href=
"../about.html"
/>
<link
rel=
"index"
title=
"Index"
href=
"../genindex.html"
/>
...
...
@@ -72,7 +72,7 @@
<li>
<a
href=
"../index.html"
>
3.8.0a
3
Documentation
</a>
»
<a
href=
"../index.html"
>
3.8.0a
4
Documentation
</a>
»
</li>
<li
class=
"nav-item nav-item-1"
><a
href=
"index.html"
>
The Python Standard Library
</a>
»
</li>
...
...
@@ -130,7 +130,7 @@ window. They currently have the same top menu but a different
default title and context menu.
</p>
<p>
On macOS, there is one application menu. It dynamically changes according
to the window currently selected. It has an IDLE menu, and some entries
described below are moved around to conform to Apple guidlines.
</p>
described below are moved around to conform to Apple guid
e
lines.
</p>
<div
class=
"section"
id=
"file-menu-shell-and-editor"
>
<h3>
File menu (Shell and Editor)
<a
class=
"headerlink"
href=
"#file-menu-shell-and-editor"
title=
"Permalink to this headline"
>
¶
</a></h3>
<dl
class=
"docutils"
>
...
...
@@ -910,7 +910,7 @@ also used for testing.</p>
<li>
<a
href=
"../index.html"
>
3.8.0a
3
Documentation
</a>
»
<a
href=
"../index.html"
>
3.8.0a
4
Documentation
</a>
»
</li>
<li
class=
"nav-item nav-item-1"
><a
href=
"index.html"
>
The Python Standard Library
</a>
»
</li>
...
...
@@ -941,7 +941,7 @@ also used for testing.</p>
<br
/>
<br
/>
Last updated on
Apr 2
6, 2019.
Last updated on
May 1
6, 2019.
<a
href=
"https://docs.python.org/3/bugs.html"
>
Found a bug
</a>
?
<br
/>
...
...
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