summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-09-22 13:02:03 (GMT)
committerGitHub <noreply@github.com>2023-09-22 13:02:03 (GMT)
commit0100ce5deb33a4696d869fc0275b2c19cbb6ad2a (patch)
tree49c5983be7d278a30130d470870e2c715a524750
parent0030c80a5a990724b65c0e03b6ff9b5d11782716 (diff)
downloadcpython-0100ce5deb33a4696d869fc0275b2c19cbb6ad2a.zip
cpython-0100ce5deb33a4696d869fc0275b2c19cbb6ad2a.tar.gz
cpython-0100ce5deb33a4696d869fc0275b2c19cbb6ad2a.tar.bz2
[3.12] GH-109190: Copyedit 3.12 What's New: tokenize (GH-109663) (#109715)
(cherry picked from commit d3fe1a902fd060cc9fb41b768cc1e3ca5b52244d) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
-rw-r--r--Doc/whatsnew/3.12.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index 2759c1c..24c2ad8 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -868,8 +868,8 @@ tkinter
tokenize
--------
-* The :mod:`tokenize` module includes the changes introduced in :pep:`701`. (
- Contributed by Marta Gómez Macías and Pablo Galindo in :gh:`102856`.)
+* The :mod:`tokenize` module includes the changes introduced in :pep:`701`.
+ (Contributed by Marta Gómez Macías and Pablo Galindo in :gh:`102856`.)
See :ref:`whatsnew312-porting-to-python312` for more information on the
changes to the :mod:`tokenize` module.