]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Fix 3 typos in "Next" News items (GH-136892) (#136967)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 22 Jul 2025 08:29:17 +0000 (11:29 +0300)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 08:29:17 +0000 (08:29 +0000)
Co-authored-by: Cornelius Roemer <cornelius.roemer@gmail.com>
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

index 5847dea7d5e8ee6a7c6c3b78fc337d22f44b7544..f76896954f321dae3f83f1d407a750b89ae615d6 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.