]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-109190: Copyedit 3.12 What's New: tokenize (#109663)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Fri, 22 Sep 2023 06:28:13 +0000 (07:28 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 06:28:13 +0000 (00:28 -0600)
Doc/whatsnew/3.12.rst

index 9ea4a12e8b1b4ed3d150c51ea1a10f7a62cdc846..62925e723e6eb6ebd372c1cd769490d822ebff15 100644 (file)
@@ -867,8 +867,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.