Skip to content

Commit

Permalink
bpo-41006: What's New: less => fewer modules (pythonGH-20955)
Browse files Browse the repository at this point in the history
Typo spotted by Eric V. Smith ;-)
  • Loading branch information
vstinner committed Jun 17, 2020
1 parent 1bf7959 commit 2c2a4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.)
Expand Down

0 comments on commit 2c2a4f3

Please sign in to comment.