]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] Fix typos in Misc/NEWS.d (GH-17930)
authortoonarmycaptain <toonarmycaptain@hotmail.com>
Sun, 12 Jan 2020 22:56:26 +0000 (16:56 -0600)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 12 Jan 2020 22:56:26 +0000 (00:56 +0200)
Misc/NEWS.d/3.8.0.rst
Misc/NEWS.d/3.8.1.rst

index b7e681f8333bd58b4ecc23a04f756ced5545d0f3..e72025cfca572b72774154294d522569580a2f44 100644 (file)
@@ -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.
 
 ..
 
index 8cd4b359f7b4f06ed4f813aa4b8e6d78e71af090..55d23dd7fa53e0a309ec7716d43c8d1ac9fab04d 100644 (file)
@@ -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.
 
 ..