Skip to content

Commit a0cf746

Browse files
Fix 3 typos in "next" News items
1 parent 246be21 commit a0cf746

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Fix pickling failures for protocols 0 and 1 for many objects realted to
1+
Fix pickling failures for protocols 0 and 1 for many objects related to
22
subinterpreters.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
The cases generator no longer accepts type annotations on stack items.
2-
Conversions to non-default types are now done explictly in bytecodes.c and
2+
Conversions to non-default types are now done explicitly in bytecodes.c and
33
optimizer_bytecodes.c. This will simplify code generation for top-of-stack
44
caching and other future features.

0 commit comments

Comments
 (0)