]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] GH-109190: Copyedit 3.12 What's New: tokenize (GH-109663) (#109715)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Sep 2023 13:02:03 +0000 (06:02 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 13:02:03 +0000 (15:02 +0200)
(cherry picked from commit d3fe1a902fd060cc9fb41b768cc1e3ca5b52244d)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/whatsnew/3.12.rst

index 2759c1cf5fb353c233438633478a900fef3aca4c..24c2ad8db059e33f2de94e32fc2c862d873ca118 100644 (file)
@@ -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.