]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix 3 typos in "Next" News items (#136892)
authorCornelius Roemer <cornelius.roemer@gmail.com>
Tue, 22 Jul 2025 08:22:08 +0000 (10:22 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 08:22:08 +0000 (11:22 +0300)
Misc/NEWS.d/3.14.0b1.rst
Misc/NEWS.d/next/Core_and_Builtins/2025-07-19-12-37-05.gh-issue-136801.XU_tF2.rst
Misc/NEWS.d/next/Library/2025-07-05-09-45-04.gh-issue-136286.N67Amr.rst
Misc/NEWS.d/next/Tools-Demos/2025-06-11-12-14-06.gh-issue-135379.25ttXq.rst

index 041fbaf2051719bd808152938e94af8773662cc1..02ceb82b556386374dffea5334e91bab95ec13dc 100644 (file)
@@ -1756,7 +1756,7 @@ Add support for macOS multi-arch builds with the JIT enabled
 .. nonce: q9fvyM
 .. section: Core and Builtins
 
-PyREPL now supports syntax highlighing. Contributed by Łukasz Langa.
+PyREPL now supports syntax highlighting. Contributed by Łukasz Langa.
 
 ..
 
@@ -1797,7 +1797,7 @@ non-``None`` ``closure``. Patch by Bartosz Sławecki.
 .. nonce: Uj7lyY
 .. section: Core and Builtins
 
-Fix a bug that was allowing newlines inconsitently in format specifiers for
+Fix a bug that was allowing newlines inconsistently in format specifiers for
 single-quoted f-strings. Patch by Pablo Galindo.
 
 ..
index 5c0813b1a0abdac676887fb11c3683911cb41b39..767d7b97726971dd404651e953ba9fecba8b28a4 100644 (file)
@@ -1 +1 @@
-Fix PyREPL syntax highlightning on match cases after multi-line case. Contributed by Olga Matoula.
+Fix PyREPL syntax highlighting on match cases after multi-line case. Contributed by Olga Matoula.
index 0a0d66ac0b8abfd8660015625fef07c44504282f..ddc2310392fe9271e729012007cb2a8853694ff0 100644 (file)
@@ -1,2 +1,2 @@
-Fix pickling failures for protocols 0 and 1 for many objects realted to
+Fix pickling failures for protocols 0 and 1 for many objects related to
 subinterpreters.
index 25599a865b724654917aaaed91eae8fd29e819b7..ebe3ab0e7d1993974a37dbe9b61314a22fbb54ea 100644 (file)
@@ -1,4 +1,4 @@
 The cases generator no longer accepts type annotations on stack items.
-Conversions to non-default types are now done explictly in bytecodes.c and
+Conversions to non-default types are now done explicitly in bytecodes.c and
 optimizer_bytecodes.c. This will simplify code generation for top-of-stack
 caching and other future features.