We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca82e3c commit 034a945Copy full SHA for 034a945
Doc/whatsnew/3.7.rst
@@ -845,7 +845,7 @@ Optimizations
845
* Constant folding is moved from peephole optimizer to new AST optimizer.
846
(Contributed by Eugene Toder and INADA Naoki in :issue:`29469`)
847
848
-* Most functions and methods in :mod:`abc` have been rewrittent in C.
+* Most functions and methods in :mod:`abc` have been rewritten in C.
849
This makes creation of abstract base classes, and calling :func:`isinstance`
850
and :func:`issubclass` on them 1.5x faster. This also reduces Python
851
start-up time by up to 10%. (Contributed by Ivan Levkivskyi and INADA Naoki
0 commit comments