[Python-checkins] bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)

Miss Islington (bot) webhook-mailer at python.org
Sun Feb 18 17:35:42 EST 2018


https://github.com/python/cpython/commit/034a945fa723bf68ca4127bb43bfa5c5be899f17
commit: 034a945fa723bf68ca4127bb43bfa5c5be899f17
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-02-18T14:35:40-08:00
summary:

bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)

(cherry picked from commit 3fb813d2c67fe28cc98ae51e53a6890294b6e423)

Co-authored-by: Terry Jan Reedy <tjreedy at udel.edu>

files:
M Doc/whatsnew/3.7.rst

diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 80bc8fb3d951..2ca1eed2155e 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -845,7 +845,7 @@ Optimizations
 * Constant folding is moved from peephole optimizer to new AST optimizer.
   (Contributed by Eugene Toder and INADA Naoki in :issue:`29469`)
 
-* Most functions and methods in :mod:`abc` have been rewrittent in C.
+* Most functions and methods in :mod:`abc` have been rewritten in C.
   This makes creation of abstract base classes, and calling :func:`isinstance`
   and :func:`issubclass` on them 1.5x faster.  This also reduces Python
   start-up time by up to 10%. (Contributed by Ivan Levkivskyi and INADA Naoki



More information about the Python-checkins mailing list