[Python-checkins] cpython: Grammar fix.

eric.smith python-checkins at python.org
Sun Oct 13 06:36:25 CEST 2013


http://hg.python.org/cpython/rev/3f1deecd8d50
changeset:   86281:3f1deecd8d50
user:        Eric V. Smith <eric at trueblade.com>
date:        Sun Oct 13 00:36:08 2013 -0400
summary:
  Grammar fix.

files:
  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
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -507,7 +507,7 @@
   (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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list