Skip to content

Commit 034a945

Browse files
bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)
(cherry picked from commit 3fb813d) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent ca82e3c commit 034a945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ Optimizations
845845
* Constant folding is moved from peephole optimizer to new AST optimizer.
846846
(Contributed by Eugene Toder and INADA Naoki in :issue:`29469`)
847847

848-
* Most functions and methods in :mod:`abc` have been rewrittent in C.
848+
* Most functions and methods in :mod:`abc` have been rewritten in C.
849849
This makes creation of abstract base classes, and calling :func:`isinstance`
850850
and :func:`issubclass` on them 1.5x faster. This also reduces Python
851851
start-up time by up to 10%. (Contributed by Ivan Levkivskyi and INADA Naoki

0 commit comments

Comments
 (0)