From 961b51221bea1c005bb8a3b1bcd820a4428575b0 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 22 Jun 2022 14:35:25 +0200 Subject: [PATCH] gh-86404: [doc] Fix missing backtick and double target name. --- Doc/whatsnew/3.2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 93e455125c1265..125eed6b0cbcbe 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -52,7 +52,7 @@ This article explains the new features in Python 3.2 as compared to 3.1. Python 3.2 was released on February 20, 2011. It focuses on a few highlights and gives a few examples. For full details, see the `Misc/NEWS -`_ +`__ file. .. seealso:: @@ -2593,7 +2593,7 @@ Changes to Python's build process and to the C API include: longer used and it had never been documented (:issue:`8837`). There were a number of other small changes to the C-API. See the -Misc/NEWS `_ +`Misc/NEWS `__ file for a complete list. Also, there were a number of updates to the Mac OS X build, see