From 8a533ffb499b168ed4bdb707c9919290631e267d Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Thu, 16 May 2019 01:20:37 -0400 Subject: Fix typos in documentation. Patch by tirkarthi. (GH-13354) --- 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 ad44911..f511d64 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 ba44331..56f9ca5 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?
    -- cgit v0.12