Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57841dd

Browse files
committed
Grammar fix.
1 parent da14920 commit 57841dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ Major performance enhancements have been added:
507507
(Contributed by Raymond Hettinger in :issue"`18771`.)
508508

509509
* The interpreter starts about 30% faster. A couple of measures lead to the
510-
speedup. The interpreter loads less modules on startup, e.g. the :mod:`re`,
510+
speedup. The interpreter loads fewer modules on startup, e.g. the :mod:`re`,
511511
:mod:`collections` and :mod:`locale` modules and their dependencies are no
512512
longer imported by default. The marshal module has been improved to load
513513
compiled Python code faster.

0 commit comments

Comments
 (0)