[Python-checkins] bpo-41006: What's New: less => fewer modules (GH-20955)

Victor Stinner webhook-mailer at python.org
Wed Jun 17 19:20:58 EDT 2020


https://github.com/python/cpython/commit/2c2a4f3d8545784c6e4ca8128bfc706916080712
commit: 2c2a4f3d8545784c6e4ca8128bfc706916080712
branch: master
author: Victor Stinner <vstinner at python.org>
committer: GitHub <noreply at github.com>
date: 2020-06-18T01:20:51+02:00
summary:

bpo-41006: What's New: less => fewer modules (GH-20955)

Typo spotted by Eric V. Smith ;-)

files:
M Doc/whatsnew/3.10.rst

diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 1f4840fc0fb8e..f956ddd45dca9 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -103,7 +103,7 @@ Improved Modules
 Optimizations
 =============
 
-* The :mod:`runpy` module now imports less modules.
+* The :mod:`runpy` module now imports fewer modules.
   The ``python3 -m module-name`` command startup time is 1.3x faster in
   average.
   (Contributed by Victor Stinner in :issue:`41006`.)



More information about the Python-checkins mailing list