From 876756e4a1a4480eb94ea4312577070078e4b923 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 15 May 2019 22:38:31 -0700 Subject: [PATCH] Fix typos in documentation. Patch by tirkarthi. (GH-13354) (cherry picked from commit 8a533ffb499b168ed4bdb707c9919290631e267d) Co-authored-by: Terry Jan Reedy --- Doc/library/idle.rst | 4 ++-- Lib/idlelib/help.html | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index ad449112832..f511d64b550 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 ba44331e87b..56f9ca503da 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 @@
  • - 3.8.0a3 Documentation » + 3.8.0a4 Documentation »
  • @@ -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.

    File menu (Shell and Editor)ΒΆ

    @@ -910,7 +910,7 @@ also used for testing.

  • - 3.8.0a3 Documentation » + 3.8.0a4 Documentation »
  • @@ -941,7 +941,7 @@ also used for testing.



    - Last updated on Apr 26, 2019. + Last updated on May 16, 2019. Found a bug?