]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107331)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Jul 2023 06:26:14 +0000 (09:26 +0300)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2023 06:26:14 +0000 (09:26 +0300)
commit17aada0dd0b3478f5fbf3b9c8bbc86cbae266aa2
tree2364079bc43033ed5caf20e753d48a40199695b9
parent00b65da4931e233a8dd69686947583ba0aa10e5e
[3.11] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107331)

Fix also formatting of PyMethodDef members.
(cherry picked from commit d363eb5b0255c055e7b43f5e2c0847f555e1982e)
Doc/c-api/import.rst
Doc/c-api/init.rst
Doc/c-api/structures.rst
Doc/c-api/tuple.rst
Doc/c-api/typeobj.rst
Doc/c-api/veryhigh.rst
Doc/extending/newtypes.rst
Doc/extending/newtypes_tutorial.rst
Doc/whatsnew/2.5.rst