]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH...
authorŁukasz Langa <lukasz@langa.pl>
Wed, 5 Oct 2022 21:11:12 +0000 (14:11 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 21:11:12 +0000 (14:11 -0700)
commit83ad76275c983ed6e6960f00ab3d10e31abb5182
tree98cc2e9bdecea527639c0700be6e02cb33f13666
parent61183b95ae68c6439840b58ef8eff6371338dd80
[3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924)

:c:type:`<C type>` -> :c:expr:`<C type>`

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 0031e62973801d34a9e19ab7bb199e9668e32d7b)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
34 files changed:
Doc/c-api/arg.rst
Doc/c-api/capsule.rst
Doc/c-api/complex.rst
Doc/c-api/conversion.rst
Doc/c-api/dict.rst
Doc/c-api/file.rst
Doc/c-api/float.rst
Doc/c-api/init.rst
Doc/c-api/intro.rst
Doc/c-api/long.rst
Doc/c-api/marshal.rst
Doc/c-api/memory.rst
Doc/c-api/sys.rst
Doc/c-api/unicode.rst
Doc/extending/extending.rst
Doc/extending/newtypes.rst
Doc/library/ctypes.rst
Doc/library/posix.rst
Doc/library/socket.rst
Doc/library/stdtypes.rst
Doc/library/struct.rst
Doc/reference/datamodel.rst
Doc/whatsnew/2.2.rst
Doc/whatsnew/2.3.rst
Doc/whatsnew/2.4.rst
Doc/whatsnew/2.5.rst
Doc/whatsnew/2.6.rst
Doc/whatsnew/2.7.rst
Doc/whatsnew/3.3.rst
Doc/whatsnew/3.7.rst
Doc/whatsnew/3.9.rst
Misc/NEWS.d/3.5.0a1.rst
Misc/NEWS.d/3.9.0a1.rst
Misc/NEWS.d/3.9.0b1.rst