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

Typo spotted by Eric V. Smith ;-)
This commit is contained in:
Victor Stinner 2020-06-18 01:20:51 +02:00 committed by GitHub
parent 1bf7959dce
commit 2c2a4f3d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ Improved Modules
Optimizations 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 The ``python3 -m module-name`` command startup time is 1.3x faster in
average. average.
(Contributed by Victor Stinner in :issue:`41006`.) (Contributed by Victor Stinner in :issue:`41006`.)