Skip to content

Commit 2c2a4f3

Browse files
authored
bpo-41006: What's New: less => fewer modules (GH-20955)
Typo spotted by Eric V. Smith ;-)
1 parent 1bf7959 commit 2c2a4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Improved Modules
103103
Optimizations
104104
=============
105105

106-
* The :mod:`runpy` module now imports less modules.
106+
* The :mod:`runpy` module now imports fewer modules.
107107
The ``python3 -m module-name`` command startup time is 1.3x faster in
108108
average.
109109
(Contributed by Victor Stinner in :issue:`41006`.)

0 commit comments

Comments
 (0)