mirror of
https://github.com/python/cpython.git
synced 2026-04-23 20:31:12 +00:00
Fix the versionadded indentation in exec_module doc (GH-8719)
(cherry picked from commit 65b5ef02ec)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
This commit is contained in:
parent
6b14508522
commit
7e0153e166
1 changed files with 1 additions and 1 deletions
|
|
@ -770,7 +770,7 @@ ABC hierarchy::
|
|||
|
||||
Concrete implementation of :meth:`Loader.exec_module`.
|
||||
|
||||
.. versionadded:: 3.4
|
||||
.. versionadded:: 3.4
|
||||
|
||||
.. method:: load_module(fullname)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue