]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
doc: Add link issue 44010 (GH-29454)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Wed, 8 Dec 2021 10:55:39 +0000 (07:55 -0300)
committerGitHub <noreply@github.com>
Wed, 8 Dec 2021 10:55:39 +0000 (12:55 +0200)
Doc/whatsnew/3.10.rst

index a30fd2d0c0c05e687754dc90c9491206354e2a7c..118563965091f0f14025b598c9640ebbc1ff78fd 100644 (file)
@@ -1173,7 +1173,7 @@ Highlight the new :ref:`soft keywords <soft-keywords>` :keyword:`match`,
 :keyword:`case <match>`, and :keyword:`_ <wildcard-patterns>` in
 pattern-matching statements. However, this highlighting is not perfect
 and will be incorrect in some rare cases, including some ``_``-s in
-``case`` patterns.  (Contributed by Tal Einat in bpo-44010.)
+``case`` patterns.  (Contributed by Tal Einat in :issue:`44010`.)
 
 importlib.metadata
 ------------------