https://github.com/python/cpython/commit/e3f5a4455346747fe98f6aeefc74b46048d09bda
commit: e3f5a4455346747fe98f6aeefc74b46048d09bda
branch: main
author: Xie Yanbo <[email protected]>
committer: hauntsaninja <[email protected]>
date: 2024-05-23T06:41:33Z
summary:

Fix typos in what's new documentation (#119448)

files:
M Misc/NEWS.d/3.13.0a1.rst
M Misc/NEWS.d/3.13.0a2.rst
M Misc/NEWS.d/3.13.0a3.rst
M Misc/NEWS.d/3.13.0a4.rst
M Misc/NEWS.d/3.13.0a5.rst
M Misc/NEWS.d/3.13.0a6.rst

diff --git a/Misc/NEWS.d/3.13.0a1.rst b/Misc/NEWS.d/3.13.0a1.rst
index 0ff50e07606aa4..9a321f779c24ff 100644
--- a/Misc/NEWS.d/3.13.0a1.rst
+++ b/Misc/NEWS.d/3.13.0a1.rst
@@ -1964,7 +1964,7 @@ debugging.
 .. nonce: LCxiau
 .. section: Library
 
-Fix :func:`termios.tcsetattr` bug that was overwritting existing errors
+Fix :func:`termios.tcsetattr` bug that was overwriting existing errors
 during parsing integers from ``term`` list.
 
 ..
diff --git a/Misc/NEWS.d/3.13.0a2.rst b/Misc/NEWS.d/3.13.0a2.rst
index 2480ee8202d0f4..c6b2b1b263ffab 100644
--- a/Misc/NEWS.d/3.13.0a2.rst
+++ b/Misc/NEWS.d/3.13.0a2.rst
@@ -974,7 +974,7 @@ pattern.
 .. nonce: 6ah-aw
 .. section: Library
 
-Add the :attr:`ipaddress.IPv4Address.ipv6_mapped` property, which retuns the
+Add the :attr:`ipaddress.IPv4Address.ipv6_mapped` property, which returns the
 IPv4-mapped IPv6 address.
 
 ..
diff --git a/Misc/NEWS.d/3.13.0a3.rst b/Misc/NEWS.d/3.13.0a3.rst
index c2fe9dc1ad5aa0..2c660192dcd5b3 100644
--- a/Misc/NEWS.d/3.13.0a3.rst
+++ b/Misc/NEWS.d/3.13.0a3.rst
@@ -609,7 +609,7 @@ with the documentation)
 
 :func:`asyncio.Condition.wait()` now re-raises the same
 :exc:`CancelledError` instance that may have caused it to be interrupted.
-Fixed race condition in :func:`asyncio.Semaphore.aquire` when interrupted
+Fixed race condition in :func:`asyncio.Semaphore.acquire` when interrupted
 with a :exc:`CancelledError`.
 
 ..
@@ -928,7 +928,7 @@ on Windows.
 .. section: Library
 
 Fix :func:`shutil.copymode` and :func:`shutil.copystat` on Windows.
-Previously they worked differenly if *dst* is a symbolic link: they modified
+Previously they worked differently if *dst* is a symbolic link: they modified
 the permission bits of *dst* itself rather than the file it points to if
 *follow_symlinks* is true or *src* is not a symbolic link, and did not
 modify the permission bits if *follow_symlinks* is false and *src* is a
@@ -1550,7 +1550,7 @@ addresses are encountered instead of potentially 
inaccurate values. Add
 optional *strict* parameter to these two functions: use ``strict=False`` to
 get the old behavior, accept malformed inputs. ``getattr(email.utils,
 'supports_strict_parsing', False)`` can be use to check if the *strict*
-paramater is available. Patch by Thomas Dwyer and Victor Stinner to improve
+parameter is available. Patch by Thomas Dwyer and Victor Stinner to improve
 the :cve:`2023-27043` fix.
 
 ..
@@ -1615,7 +1615,7 @@ method of :class:`itertools.pairwise`.
 .. section: Library
 
 Small (10 - 20%) and trivial performance improvement of
-:func:`urrlib.request.getproxies_environment`, typically useful when there
+:func:`urllib.request.getproxies_environment`, typically useful when there
 are many environment variables to go over.
 
 ..
diff --git a/Misc/NEWS.d/3.13.0a4.rst b/Misc/NEWS.d/3.13.0a4.rst
index 39af0534cf8fb5..5efc244c6086cc 100644
--- a/Misc/NEWS.d/3.13.0a4.rst
+++ b/Misc/NEWS.d/3.13.0a4.rst
@@ -1181,7 +1181,7 @@ configure.ac.
 .. nonce: XcEXEZ
 .. section: Build
 
-configure and Makefile were refactored to accomodate framework builds on
+configure and Makefile were refactored to accommodate framework builds on
 Apple platforms other than macOS.
 
 ..
diff --git a/Misc/NEWS.d/3.13.0a5.rst b/Misc/NEWS.d/3.13.0a5.rst
index 55dee59827ad8f..6d74c6bc5c4d55 100644
--- a/Misc/NEWS.d/3.13.0a5.rst
+++ b/Misc/NEWS.d/3.13.0a5.rst
@@ -962,7 +962,7 @@ On Windows, commas passed in arguments to 
``Tools\buildbot\test.bat`` and
 .. nonce: -dlzfI
 .. section: Tests
 
-Fix translation of exception hander targets by
+Fix translation of exception handler targets by
 ``_testinternalcapi.optimize_cfg``.
 
 ..
diff --git a/Misc/NEWS.d/3.13.0a6.rst b/Misc/NEWS.d/3.13.0a6.rst
index 06807b396ed5da..4d44bc664ef8b0 100644
--- a/Misc/NEWS.d/3.13.0a6.rst
+++ b/Misc/NEWS.d/3.13.0a6.rst
@@ -913,7 +913,7 @@ call.
 .. nonce: IMLi6K
 .. section: Documentation
 
-Remove compatibilty references to Emscripten.
+Remove compatibility references to Emscripten.
 
 ..
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to