]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] GH-97950: Fix old-style index directive in Doc/library/imp.rst (#107246)
authorWei-Hsiang (Matt) Wang <mattwang44@gmail.com>
Wed, 26 Jul 2023 05:17:44 +0000 (13:17 +0800)
committerGitHub <noreply@github.com>
Wed, 26 Jul 2023 05:17:44 +0000 (08:17 +0300)
Use new-style index directive ('statement') - library/imp

Doc/library/imp.rst

index 000793a7e66cae06bc0e143faec052a3ec9e0783..cc95cd65029407179e735666c934477b09a9cde5 100644 (file)
@@ -10,7 +10,7 @@
 .. deprecated-removed:: 3.4 3.12
    The :mod:`imp` module is deprecated in favor of :mod:`importlib`.
 
-.. index:: statement: import
+.. index:: pair: statement; import
 
 --------------