]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41006: What's New: less => fewer modules (GH-20955)
authorVictor Stinner <vstinner@python.org>
Wed, 17 Jun 2020 23:20:51 +0000 (01:20 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jun 2020 23:20:51 +0000 (01:20 +0200)
Typo spotted by Eric V. Smith ;-)

Doc/whatsnew/3.10.rst

index 1f4840fc0fb8efb76983085e60d3252c590af3fb..f956ddd45dca97626985efded6f3690fd664dff9 100644 (file)
@@ -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`.)