Commit 57841ddb authored by Eric V. Smith's avatar Eric V. Smith

Grammar fix.

parent da149202
...@@ -507,7 +507,7 @@ Major performance enhancements have been added: ...@@ -507,7 +507,7 @@ Major performance enhancements have been added:
(Contributed by Raymond Hettinger in :issue"`18771`.) (Contributed by Raymond Hettinger in :issue"`18771`.)
* The interpreter starts about 30% faster. A couple of measures lead to the * 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 :mod:`collections` and :mod:`locale` modules and their dependencies are no
longer imported by default. The marshal module has been improved to load longer imported by default. The marshal module has been improved to load
compiled Python code faster. compiled Python code faster.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment