summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authornumbermaniac <5206120+numbermaniac@users.noreply.github.com>2023-10-02 13:13:44 (GMT)
committerGitHub <noreply@github.com>2023-10-02 13:13:44 (GMT)
commit8d92b6eff3bac45e7d4871c46c4511218b9b685a (patch)
tree549a6c84ec316cd9a36b7b136f1b2106d132c18b /Doc
parent1b3bc610fd40e7c26ecb98e92f37c4ed17625c41 (diff)
downloadcpython-8d92b6eff3bac45e7d4871c46c4511218b9b685a.zip
cpython-8d92b6eff3bac45e7d4871c46c4511218b9b685a.tar.gz
cpython-8d92b6eff3bac45e7d4871c46c4511218b9b685a.tar.bz2
3.12 What's New: Remove duplicate "up to" (#110219)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.12.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index 3aa495d..3a2adc4 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -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: