gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)

This commit is contained in:
Serhiy Storchaka 2024-03-07 10:05:03 +02:00 committed by GitHub
parent 40b79efae7
commit 808a77612f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 80 additions and 109 deletions

View file

@ -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.