summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2022-06-23 07:12:18 (GMT)
committerGitHub <noreply@github.com>2022-06-23 07:12:18 (GMT)
commit11e865c74baa45ac9eda69f2f6af05505fc03ce5 (patch)
tree67ccf50f1e33076034ed0113027146a2f78113e3 /Doc
parent15bfabd1aabb0335f33202b28f96b4e4062b3bce (diff)
downloadcpython-11e865c74baa45ac9eda69f2f6af05505fc03ce5.zip
cpython-11e865c74baa45ac9eda69f2f6af05505fc03ce5.tar.gz
cpython-11e865c74baa45ac9eda69f2f6af05505fc03ce5.tar.bz2
gh-86404: [doc] Fix missing backtick and double target name. (#94120)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.2.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 93e4551..125eed6 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
-<https://github.com/python/cpython/blob/076ca6c3c8df3030307e548d9be792ce3c1c6eea/Misc/NEWS>`_
+<https://github.com/python/cpython/blob/076ca6c3c8df3030307e548d9be792ce3c1c6eea/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 <https://github.com/python/cpython/blob/v3.2.6/Misc/NEWS>`_
+`Misc/NEWS <https://github.com/python/cpython/blob/v3.2.6/Misc/NEWS>`__
file for a complete list.
Also, there were a number of updates to the Mac OS X build, see