]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.7] bpo-39136: Fixed typos (GH-17720)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 29 Dec 2019 06:40:49 +0000 (01:40 -0500)
committerGitHub <noreply@github.com>
Sun, 29 Dec 2019 06:40:49 +0000 (01:40 -0500)
focusses -> focuses; follwing -> following; Excape -> Escape.

(cherry picked from commit 6c7bb38)

Doc/faq/programming.rst
Lib/idlelib/NEWS.txt
Lib/tkinter/tix.py

index a8aaebf7558ee3c257eb35f8a04efb097dc1dd11..270f57d8b809373e9b2c4aaaef101da4a39db641 100644 (file)
@@ -1026,7 +1026,7 @@ That's a tough one, in general.  First, here are a list of things to
 remember before diving further:
 
 * Performance characteristics vary across Python implementations.  This FAQ
-  focusses on :term:`CPython`.
+  focuses on :term:`CPython`.
 * Behaviour can vary across operating systems, especially when talking about
   I/O or multi-threading.
 * You should always find the hot spots in your program *before* attempting to
index 5caa98e3fcc9b67db18a1b0fabcb89e9eaf7be8c..ac8570701e3fac93072ad2ac29b1bc7210dc2926 100644 (file)
@@ -6,7 +6,7 @@ Released on 2019-12-16?
 bpo-38943: Fix autocomplete windows not always appearing on some
 systems.  Patch by Johnny Najera.
 
-bpo-38944: Excape key now closes IDLE completion windows.  Patch by
+bpo-38944: Escape key now closes IDLE completion windows.  Patch by
 Johnny Najera.
 
 bpo-38862: 'Strip Trailing Whitespace' on the Format menu removes extra
index d9c097a77cdd186dec775405c1b36d7b6ee64766..ac545502e45c30b22395de366f2f18e0f8f614b5 100644 (file)
@@ -1890,7 +1890,7 @@ class Grid(TixWidget, XView, YView):
         containing the current size setting of the given column.  When
         option-value pairs are given, the corresponding options of the
         size setting of the given column are changed. Options may be one
-        of the follwing:
+        of the following:
               pad0 pixels
                      Specifies the paddings to the left of a column.
               pad1 pixels
@@ -1915,7 +1915,7 @@ class Grid(TixWidget, XView, YView):
         When no option-value pair is given, this command returns a list con-
         taining the current size setting of the given row . When option-value
         pairs are given, the corresponding options of the size setting of the
-        given row are changed. Options may be one of the follwing:
+        given row are changed. Options may be one of the following:
               pad0 pixels
                      Specifies the paddings to the top of a row.
               pad1 pixels