mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[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:
parent
efa984b7ce
commit
72b679423d
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
..
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue