summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.0.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-12-31 17:57:33 (GMT)
committerGitHub <noreply@github.com>2023-12-31 17:57:33 (GMT)
commit30a6d79fb8bc1ef96600c290c016720103b74b2d (patch)
treedf36be837844f8ef2cfafa540d7639197f72cf8f /Doc/whatsnew/2.0.rst
parent471aa752415029c508693fa7971076f5148022a6 (diff)
downloadcpython-30a6d79fb8bc1ef96600c290c016720103b74b2d.zip
cpython-30a6d79fb8bc1ef96600c290c016720103b74b2d.tar.gz
cpython-30a6d79fb8bc1ef96600c290c016720103b74b2d.tar.bz2
gh-101100: Fix Sphinx warnings in `library/configparser.rst` (#113598)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Doc/whatsnew/2.0.rst')
-rw-r--r--Doc/whatsnew/2.0.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.0.rst b/Doc/whatsnew/2.0.rst
index 6d6e510..b0e495b 100644
--- a/Doc/whatsnew/2.0.rst
+++ b/Doc/whatsnew/2.0.rst
@@ -1030,7 +1030,7 @@ Module changes
Lots of improvements and bugfixes were made to Python's extensive standard
library; some of the affected modules include :mod:`readline`,
-:mod:`ConfigParser`, :mod:`!cgi`, :mod:`calendar`, :mod:`posix`, :mod:`readline`,
+:mod:`ConfigParser <configparser>`, :mod:`!cgi`, :mod:`calendar`, :mod:`posix`, :mod:`readline`,
:mod:`xmllib`, :mod:`!aifc`, :mod:`!chunk`, :mod:`wave`, :mod:`random`, :mod:`shelve`,
and :mod:`!nntplib`. Consult the CVS logs for the exact patch-by-patch details.