]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] 3.12 What's New: Remove duplicate "up to" (GH-110219) (#110220)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 15:48:57 +0000 (08:48 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:48:57 +0000 (17:48 +0200)
3.12 What's New: Remove duplicate "up to" (GH-110219)
(cherry picked from commit 8d92b6eff3bac45e7d4871c46c4511218b9b685a)

Co-authored-by: numbermaniac <5206120+numbermaniac@users.noreply.github.com>
Doc/whatsnew/3.12.rst

index fad94d6d78616ab4b9ab9482cb1fe0ea00af8493..f63664d1239b624bff8edb774e12cc0559bedfab 100644 (file)
@@ -121,7 +121,7 @@ Significant improvements in the standard library:
 * A :ref:`command-line interface <uuid-cli>` has been added to the
   :mod:`uuid` module
 * Due to the changes in :ref:`PEP 701 <whatsnew312-pep701>`,
-  producing tokens via the :mod:`tokenize` module is up to up to 64% faster.
+  producing tokens via the :mod:`tokenize` module is up to 64% faster.
 
 Security improvements: