[3.14] Fix 3 typos in "Next" News items (GH-136892) (#136967)

Co-authored-by: Cornelius Roemer <cornelius.roemer@gmail.com>
This commit is contained in:
Hugo van Kemenade 2025-07-22 11:29:17 +03:00 committed by GitHub
parent efa984b7ce
commit 72b679423d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View 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.
..

View 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.