]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107330)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Jul 2023 06:24:18 +0000 (09:24 +0300)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2023 06:24:18 +0000 (09:24 +0300)
commit434e3b89a7dfc5a9cfc644327c1774a50332b126
tree9568f14351db304cb90f6bd52597965823b607fa
parent6bbcd792f74148273bf14ab2bad87f190d80b076
[3.12] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107330)

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