mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[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:
parent
5a89248696
commit
9fa44d7a30
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
--------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue