]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
3.12 What's New: Remove duplicate "up to" (#110219)
authornumbermaniac <5206120+numbermaniac@users.noreply.github.com>
Mon, 2 Oct 2023 13:13:44 +0000 (00:13 +1100)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 13:13:44 +0000 (13:13 +0000)
Doc/whatsnew/3.12.rst

index 3aa495d0537a69c1b17fe7c2a9e8648a942c6ce3..3a2adc469f48c9eb90bc036fa281d6c3b121e2ea 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: