]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Grammar fix.
authorEric V. Smith <eric@trueblade.com>
Sun, 13 Oct 2013 04:36:08 +0000 (00:36 -0400)
committerEric V. Smith <eric@trueblade.com>
Sun, 13 Oct 2013 04:36:08 +0000 (00:36 -0400)
Doc/whatsnew/3.4.rst

index 67550d5cfcbf5f72142b6c6606cfbc8ba505e7b2..bf958bae2abc8047be91e864a622ace41c10a1f6 100644 (file)
@@ -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.