]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Docs: fix formatting in 2023-06-09-12-59-18 NEWS item (GH-105607) (#105614)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 Jun 2023 21:53:53 +0000 (14:53 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 21:53:53 +0000 (21:53 +0000)
(cherry picked from commit 91441bf7cbaefbd328ee7efa59a06e661f61542e)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Misc/NEWS.d/next/Core and Builtins/2023-06-09-12-59-18.gh-issue-105549.PYfTNp.rst

index c3dcaeea7a11cd5a1270bbedfbaa4adeee22b96f..7cb177b93533737ce1a6717f97d6706871403c3e 100644 (file)
@@ -1,2 +1,2 @@
-Tokenize separately `NUMBER` and `NAME` tokens that are not ambiguous. Patch
-by Pablo Galindo
+Tokenize separately ``NUMBER`` and ``NAME`` tokens that are not ambiguous. Patch
+by Pablo Galindo.