From 91d163cbec541fec5c65bfb959f9465837b11d15 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Wed, 8 Dec 2021 07:55:39 -0300 Subject: [PATCH] doc: Add link issue 44010 (GH-29454) (cherry picked from commit 3e0f13b9e48eec8c54a185e4180bfca4e5e685f6) Co-authored-by: Rafael Fontenelle --- Doc/whatsnew/3.10.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 4ee193f158fde4..c74e9f0ae5cb60 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -1162,7 +1162,7 @@ Highlight the new :ref:`soft keywords ` :keyword:`match`, :keyword:`case `, and :keyword:`_ ` 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 ------------------