summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-21 22:33:32 (GMT)
committerGitHub <noreply@github.com>2024-05-21 22:33:32 (GMT)
commitf31ce5e36429d262db50095cef3dbef3360a0e2f (patch)
treefda6899df378c6d66af6b938f8be007e475104da /Misc/NEWS.d
parenta1c20529e2c63a549ce9197ec82f5d8fb597501e (diff)
downloadcpython-f31ce5e36429d262db50095cef3dbef3360a0e2f.zip
cpython-f31ce5e36429d262db50095cef3dbef3360a0e2f.tar.gz
cpython-f31ce5e36429d262db50095cef3dbef3360a0e2f.tar.bz2
[3.12] Fix typos in documentation (GH-119295) (#119338)
Co-authored-by: Xie Yanbo <xieyanbo@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/3.12.0a1.rst6
-rw-r--r--Misc/NEWS.d/3.12.0a2.rst2
-rw-r--r--Misc/NEWS.d/3.12.0a3.rst2
-rw-r--r--Misc/NEWS.d/3.12.0a4.rst2
-rw-r--r--Misc/NEWS.d/3.12.0a5.rst2
-rw-r--r--Misc/NEWS.d/3.12.0a6.rst2
-rw-r--r--Misc/NEWS.d/3.12.0b1.rst2
7 files changed, 9 insertions, 9 deletions
diff --git a/Misc/NEWS.d/3.12.0a1.rst b/Misc/NEWS.d/3.12.0a1.rst
index 583b7e4..1fffa25 100644
--- a/Misc/NEWS.d/3.12.0a1.rst
+++ b/Misc/NEWS.d/3.12.0a1.rst
@@ -560,7 +560,7 @@ versions prior to 3.11
.. nonce: 9lmTCC
.. section: Core and Builtins
-Remove two cases of undefined behavoir, by adding NULL checks.
+Remove two cases of undefined behavior, by adding NULL checks.
..
@@ -2591,7 +2591,7 @@ Update bundled pip to 22.2.2.
Fix :class:`asyncio.TaskGroup` to propagate exception when
:exc:`asyncio.CancelledError` was replaced with another exception by a
-context manger. Patch by Kumar Aditya and Guido van Rossum.
+context manager. Patch by Kumar Aditya and Guido van Rossum.
..
@@ -4476,7 +4476,7 @@ they are deprecated. Contributed by C.A.M. Gerlach.
.. nonce: we7AFm
.. section: Documentation
-Replaced incorrectly written true/false values in documentiation. Patch by
+Replaced incorrectly written true/false values in documentation. Patch by
Robert O'Shea
..
diff --git a/Misc/NEWS.d/3.12.0a2.rst b/Misc/NEWS.d/3.12.0a2.rst
index f1d69d9..88d84ad 100644
--- a/Misc/NEWS.d/3.12.0a2.rst
+++ b/Misc/NEWS.d/3.12.0a2.rst
@@ -822,7 +822,7 @@ and to indicate when it became late-bound.
.. nonce: 7KinCV
.. section: Tests
-The Python test suite now fails wit exit code 4 if no tests ran. It should
+The Python test suite now fails with exit code 4 if no tests ran. It should
help detecting typos in test names and test methods.
..
diff --git a/Misc/NEWS.d/3.12.0a3.rst b/Misc/NEWS.d/3.12.0a3.rst
index 9b789c6..0759399 100644
--- a/Misc/NEWS.d/3.12.0a3.rst
+++ b/Misc/NEWS.d/3.12.0a3.rst
@@ -82,7 +82,7 @@ Victor Stinner.
.. section: Core and Builtins
Fixed a bug that was causing a buffer overflow if the tokenizer copies a
-line missing the newline caracter from a file that is as long as the
+line missing the newline character from a file that is as long as the
available tokenizer buffer. Patch by Pablo galindo
..
diff --git a/Misc/NEWS.d/3.12.0a4.rst b/Misc/NEWS.d/3.12.0a4.rst
index 1599084..d7af30f 100644
--- a/Misc/NEWS.d/3.12.0a4.rst
+++ b/Misc/NEWS.d/3.12.0a4.rst
@@ -830,7 +830,7 @@ Reduced the memory usage of :func:`urllib.parse.unquote` and
.. section: Library
``inspect.signature`` was raising ``TypeError`` on call with mock objects.
-Now it correctly returns ``(*args, **kwargs)`` as infered signature.
+Now it correctly returns ``(*args, **kwargs)`` as inferred signature.
..
diff --git a/Misc/NEWS.d/3.12.0a5.rst b/Misc/NEWS.d/3.12.0a5.rst
index 8cf90b0e..effda2b 100644
--- a/Misc/NEWS.d/3.12.0a5.rst
+++ b/Misc/NEWS.d/3.12.0a5.rst
@@ -506,7 +506,7 @@ inheritance.
.. nonce: 7sQz5l
.. section: Build
-Update BOLT configration not to use depreacted usage of ``--split
+Update BOLT configuration not to use deprecated usage of ``--split
functions``. Patch by Donghee Na.
..
diff --git a/Misc/NEWS.d/3.12.0a6.rst b/Misc/NEWS.d/3.12.0a6.rst
index 05f9243..382dae3 100644
--- a/Misc/NEWS.d/3.12.0a6.rst
+++ b/Misc/NEWS.d/3.12.0a6.rst
@@ -453,7 +453,7 @@ E. Aasland.
.. section: Library
Change repr of :class:`collections.OrderedDict` to use regular dictionary
-formating instead of pairs of keys and values.
+formatting instead of pairs of keys and values.
..
diff --git a/Misc/NEWS.d/3.12.0b1.rst b/Misc/NEWS.d/3.12.0b1.rst
index c5f32fb..84c50e6 100644
--- a/Misc/NEWS.d/3.12.0b1.rst
+++ b/Misc/NEWS.d/3.12.0b1.rst
@@ -1446,7 +1446,7 @@ Adapt the :mod:`winsound` extension module to :pep:`687`.
.. nonce: jurMzv
.. section: Library
-Remove deprecation of enum ``memmber.member`` access.
+Remove deprecation of enum ``member.member`` access.
..