From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Date: Thu, 16 May 2019 05:38:31 +0000 (-0700)
Subject: Fix typos in documentation. Patch by tirkarthi. (GH-13354)
X-Git-Tag: v3.7.4rc1~144
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=876756e4a1a4480eb94ea4312577070078e4b923;p=thirdparty%2FPython%2Fcpython.git
Fix typos in documentation. Patch by tirkarthi. (GH-13354)
(cherry picked from commit 8a533ffb499b168ed4bdb707c9919290631e267d)
Co-authored-by: Terry Jan Reedy
---
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index ad4491128326..f511d64b550b 100644
--- a/Doc/library/idle.rst
+++ b/Doc/library/idle.rst
@@ -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 guidelines.
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 milleseconds.
+background, about 20 times a second, which is about every 50 milliseconds.
Next enter ``b = tk.Button(root, text='button'); b.pack()``. Again,
nothing visibly changes in standard Python until one enters ``root.update()``.
diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html
index ba44331e87b2..56f9ca503daa 100644
--- a/Lib/idlelib/help.html
+++ b/Lib/idlelib/help.html
@@ -6,7 +6,7 @@
- IDLE — Python 3.8.0a3 documentation
+ IDLE — Python 3.8.0a4 documentation
@@ -19,7 +19,7 @@
@@ -72,7 +72,7 @@
@@ -130,7 +130,7 @@ window. They currently have the same top menu but a different
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 guidelines.