Skip to content

Commit 72b6794

Browse files
[3.14] Fix 3 typos in "Next" News items (GH-136892) (#136967)
Co-authored-by: Cornelius Roemer <[email protected]>
1 parent efa984b commit 72b6794

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Misc/NEWS.d/3.14.0b1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,7 @@ Add support for macOS multi-arch builds with the JIT enabled
17561756
.. nonce: q9fvyM
17571757
.. section: Core and Builtins
17581758
1759-
PyREPL now supports syntax highlighing. Contributed by Łukasz Langa.
1759+
PyREPL now supports syntax highlighting. Contributed by Łukasz Langa.
17601760

17611761
..
17621762
@@ -1797,7 +1797,7 @@ non-``None`` ``closure``. Patch by Bartosz Sławecki.
17971797
.. nonce: Uj7lyY
17981798
.. section: Core and Builtins
17991799
1800-
Fix a bug that was allowing newlines inconsitently in format specifiers for
1800+
Fix a bug that was allowing newlines inconsistently in format specifiers for
18011801
single-quoted f-strings. Patch by Pablo Galindo.
18021802

18031803
..
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix PyREPL syntax highlightning on match cases after multi-line case. Contributed by Olga Matoula.
1+
Fix PyREPL syntax highlighting on match cases after multi-line case. Contributed by Olga Matoula.

0 commit comments

Comments
 (0)