From f15beb8b79a0180c662e832e5517ab42ddb8c946 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 15 Sep 2024 10:27:33 -0400 Subject: [PATCH] Use double-backticks for rst compatibility. --- newsfragments/298.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsfragments/298.bugfix.rst b/newsfragments/298.bugfix.rst index eeb10466bf..a357d34f25 100644 --- a/newsfragments/298.bugfix.rst +++ b/newsfragments/298.bugfix.rst @@ -1 +1 @@ -Fix cross-platform compilation using `distutils._msvccompiler.MSVCCompiler` -- by :user:`saschanaz` and :user:`Avasam` +Fix cross-platform compilation using ``distutils._msvccompiler.MSVCCompiler`` -- by :user:`saschanaz` and :user:`Avasam`