summaryrefslogtreecommitdiffstats
path: root/Doc/library/pyexpat.rst
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-05-04 08:39:15 (GMT)
committerGitHub <noreply@github.com>2023-05-04 08:39:15 (GMT)
commit00563694bb94f61ed4d8d36646a881ed6f028367 (patch)
treea6235fa5767162c51f34664aa7d9640649338299 /Doc/library/pyexpat.rst
parent8f94c9465bda92f4dd913635799a375881e5c93e (diff)
downloadcpython-00563694bb94f61ed4d8d36646a881ed6f028367.zip
cpython-00563694bb94f61ed4d8d36646a881ed6f028367.tar.gz
cpython-00563694bb94f61ed4d8d36646a881ed6f028367.tar.bz2
[3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)
Diffstat (limited to 'Doc/library/pyexpat.rst')
-rw-r--r--Doc/library/pyexpat.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pyexpat.rst b/Doc/library/pyexpat.rst
index d6581e2..935e872 100644
--- a/Doc/library/pyexpat.rst
+++ b/Doc/library/pyexpat.rst
@@ -33,7 +33,7 @@ can be set to handler functions. When an XML document is then fed to the
parser, the handler functions are called for the character data and markup in
the XML document.
-.. index:: module: pyexpat
+.. index:: pair: module; pyexpat
This module uses the :mod:`pyexpat` module to provide access to the Expat
parser. Direct use of the :mod:`pyexpat` module is deprecated.