mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)
This commit is contained in:
parent
40b79efae7
commit
808a77612f
22 changed files with 80 additions and 109 deletions
|
@ -308,7 +308,7 @@ Importing Modules
|
|||
|
||||
The module name, as an ASCII encoded string.
|
||||
|
||||
.. c: member:: PyObject* (*initfunc)(void)
|
||||
.. c:member:: PyObject* (*initfunc)(void)
|
||||
|
||||
Initialization function for a module built into the interpreter.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue