From 9fa44d7a3045f4571e2cabd53a1cc0f16a0f3723 Mon Sep 17 00:00:00 2001 From: "Wei-Hsiang (Matt) Wang" Date: Wed, 26 Jul 2023 13:17:44 +0800 Subject: [PATCH] [3.11] GH-97950: Fix old-style index directive in Doc/library/imp.rst (#107246) Use new-style index directive ('statement') - library/imp --- Doc/library/imp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst index 000793a7e66c..cc95cd650294 100644 --- a/Doc/library/imp.rst +++ b/Doc/library/imp.rst @@ -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 -------------- -- 2.47.3