[3.11] GH-97950: Fix old-style index directive in Doc/library/imp.rst (#107246)

Use new-style index directive ('statement') - library/imp
This commit is contained in:
Wei-Hsiang (Matt) Wang 2023-07-26 13:17:44 +08:00 committed by GitHub
parent 5a89248696
commit 9fa44d7a30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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
--------------