diff options
author | Eric V. Smith <eric@trueblade.com> | 2013-10-13 04:36:08 (GMT) |
---|---|---|
committer | Eric V. Smith <eric@trueblade.com> | 2013-10-13 04:36:08 (GMT) |
commit | 57841ddb5cc347884ff91c619007c43bf6a18a6b (patch) | |
tree | 90b6b2474cf890dfd3ee9f80c1d3efbdfe57b276 /Doc | |
parent | da14920247631acd2c20e2be2b9ed83f5399ed3b (diff) | |
download | cpython-57841ddb5cc347884ff91c619007c43bf6a18a6b.zip cpython-57841ddb5cc347884ff91c619007c43bf6a18a6b.tar.gz cpython-57841ddb5cc347884ff91c619007c43bf6a18a6b.tar.bz2 |
Grammar fix.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 67550d5..bf958ba 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -507,7 +507,7 @@ Major performance enhancements have been added: (Contributed by Raymond Hettinger in :issue"`18771`.) * The interpreter starts about 30% faster. A couple of measures lead to the - speedup. The interpreter loads less modules on startup, e.g. the :mod:`re`, + speedup. The interpreter loads fewer modules on startup, e.g. the :mod:`re`, :mod:`collections` and :mod:`locale` modules and their dependencies are no longer imported by default. The marshal module has been improved to load compiled Python code faster. |