]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] 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:10:55 +0000 (14:10 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 21:10:55 +0000 (14:10 -0700)
commit3b0f2a7ff068f24198b848f25662078c4223b10a
treef05da6a7d2700747a2a004a1a990447b862afa4f
parentac2427eeffef73d9c6d83fe35c50244d348e53e3
[3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97925)

: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