]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typos in documentation (#119295)
authorXie Yanbo <xieyanbo@gmail.com>
Tue, 21 May 2024 18:35:05 +0000 (02:35 +0800)
committerGitHub <noreply@github.com>
Tue, 21 May 2024 18:35:05 +0000 (18:35 +0000)
Misc/NEWS.d/3.12.0a1.rst
Misc/NEWS.d/3.12.0a2.rst
Misc/NEWS.d/3.12.0a3.rst
Misc/NEWS.d/3.12.0a4.rst
Misc/NEWS.d/3.12.0a5.rst
Misc/NEWS.d/3.12.0a6.rst
Misc/NEWS.d/3.12.0b1.rst

index 1f259a64ee44947b3020cc1d6a284ac934d37779..84d9d4e017609dbfd22d261849d1a24811b0b93d 100644 (file)
@@ -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
 
 ..
index f1d69d9b3e763840367f208f8525be55f4a72251..88d84ad93b35b56a206b977b953f30c20921c790 100644 (file)
@@ -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.
 
 ..
index 9b789c68607c732372e7eb32eff7c8caad88f452..07593998d80891c74f86305311a41a0dd434e2b3 100644 (file)
@@ -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
 
 ..
index 1599084ae0d3230731804be52a1d28096ec6d130..d7af30f6c09b2b7c4655572fe14fda0ab484820c 100644 (file)
@@ -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.
 
 ..
 
index 8cf90b0e9cde46a5f665e5f8a247c9f83346cb51..effda2be6fd26c60a2d5a611d70ce8be53471136 100644 (file)
@@ -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.
 
 ..
index 05f9243eb6b1bc0ee3478a8c57705200fe809dba..382dae33fcaee1830514c41e38532ff98c71a7b3 100644 (file)
@@ -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.
 
 ..
 
index a264f7fad9e65a87066e5c51a92418d033969d00..9f3095b224233eb0a34aad643d029c573716f6de 100644 (file)
@@ -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.
 
 ..