[Python-checkins] [3.8] Fix typos in Misc/NEWS.d (GH-17930)

Andrew Svetlov webhook-mailer at python.org
Sun Jan 12 17:56:31 EST 2020


https://github.com/python/cpython/commit/f1f0c58d3835b63692600436c70478f638c3352f
commit: f1f0c58d3835b63692600436c70478f638c3352f
branch: 3.8
author: toonarmycaptain <toonarmycaptain at hotmail.com>
committer: Andrew Svetlov <andrew.svetlov at gmail.com>
date: 2020-01-13T00:56:26+02:00
summary:

[3.8] Fix typos in Misc/NEWS.d (GH-17930)

files:
M Misc/NEWS.d/3.8.0.rst
M Misc/NEWS.d/3.8.1.rst

diff --git a/Misc/NEWS.d/3.8.0.rst b/Misc/NEWS.d/3.8.0.rst
index b7e681f8333bd..e72025cfca572 100644
--- a/Misc/NEWS.d/3.8.0.rst
+++ b/Misc/NEWS.d/3.8.0.rst
@@ -101,7 +101,7 @@ now never fails (except MemoryError).
 .. nonce: go_jFf
 .. section: Documentation
 
-Add list of no-longer-escaped chars to re.escape documentation
+Add list of no-longer-escaped chars to re.escape documentation.
 
 ..
 
@@ -123,7 +123,7 @@ Python slowest buildbots.
 .. nonce: scr2LO
 .. section: Windows
 
-Fix error message in activate.bat
+Fix error message in activate.bat.
 
 ..
 
diff --git a/Misc/NEWS.d/3.8.1.rst b/Misc/NEWS.d/3.8.1.rst
index 8cd4b359f7b4f..55d23dd7fa53e 100644
--- a/Misc/NEWS.d/3.8.1.rst
+++ b/Misc/NEWS.d/3.8.1.rst
@@ -26,7 +26,7 @@ the "elif" keyword and not to its condition, making it consistent with the
 .. section: Core and Builtins
 
 :c:func:`PySys_Audit` now requires ``Py_ssize_t`` to be used for size
-arguments in the format string, regardless of whethen ``PY_SSIZE_T_CLEAN``
+arguments in the format string, regardless of whether ``PY_SSIZE_T_CLEAN``
 was defined at include time.
 
 ..
@@ -36,7 +36,7 @@ was defined at include time.
 .. nonce: QDtIxI
 .. section: Library
 
-Update importliib.metadata to include improvements from importlib_metadata
+Update importlib.metadata to include improvements from importlib_metadata
 1.3 including better serialization of EntryPoints and improved documentation
 for custom finders.
 
@@ -95,7 +95,7 @@ Prevent failure of test_relative_path in test_py_compile on macOS Catalina.
 .. nonce: _3xjKG
 .. section: IDLE
 
-Excape key now closes IDLE completion windows.  Patch by Johnny Najera.
+Escape key now closes IDLE completion windows.  Patch by Johnny Najera.
 
 ..
 



More information about the Python-checkins mailing list