]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Wed, 5 Oct 2022 18:01:14 +0000 (19:01 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 18:01:14 +0000 (11:01 -0700)
commit0031e62973801d34a9e19ab7bb199e9668e32d7b
tree631d5d18493647b9f0e5856aeeba06740917a1a7
parentaeb28f51304ebe2ad9fd6a61b6e4e5a03d288aa1
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)

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

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
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