[3.8] bpo-39136: Fixed typos (GH-17720) · python/cpython@df647f3 · GitHub
Skip to content

Commit df647f3

Browse files
authored
[3.8] bpo-39136: Fixed typos (GH-17720)
funtion -> function; configuraton -> configuration; defintitions -> definitions; focusses -> focuses; necesarily -> necessarily; follwing -> following; Excape -> Escape, (cherry picked from commit 6c7bb38)
1 parent 9ee1b15 commit df647f3

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion

Doc/c-api/init_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ configuration, and then override some parameters::
757757
PyConfig config;
758758
PyConfig_InitPythonConfig(&config);
759759
760-
/* Set the program name before reading the configuraton
760+
/* Set the program name before reading the configuration
761761
(decode byte string from the locale encoding).
762762
763763
Implicitly preinitialize Python. */

Doc/faq/programming.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ That's a tough one, in general. First, here are a list of things to
10191019
remember before diving further:
10201020

10211021
* Performance characteristics vary across Python implementations. This FAQ
1022-
focusses on :term:`CPython`.
1022+
focuses on :term:`CPython`.
10231023
* Behaviour can vary across operating systems, especially when talking about
10241024
I/O or multi-threading.
10251025
* You should always find the hot spots in your program *before* attempting to

Lib/idlelib/NEWS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Released on 2019-12-16?
66
bpo-38943: Fix autocomplete windows not always appearing on some
77
systems. Patch by Johnny Najera.
88

9-
bpo-38944: Excape key now closes IDLE completion windows. Patch by
9+
bpo-38944: Escape key now closes IDLE completion windows. Patch by
1010
Johnny Najera.
1111

1212
bpo-38862: 'Strip Trailing Whitespace' on the Format menu removes extra

Lib/tkinter/tix.py

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)