]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38600: NULL -> ``NULL``. (GH-17001)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Oct 2019 19:37:16 +0000 (21:37 +0200)
committerGitHub <noreply@github.com>
Wed, 30 Oct 2019 19:37:16 +0000 (21:37 +0200)
commite835b31d2b212c3c7820364398979cae2a9740b2
treeb4480396678dc575c8f183f0e5add28ee7f36604
parent1d8da61f5ad26274556e0bbce260ce292d0402a1
bpo-38600: NULL -> ``NULL``. (GH-17001)

Also fix some other formatting.
27 files changed:
Doc/c-api/arg.rst
Doc/c-api/buffer.rst
Doc/c-api/conversion.rst
Doc/c-api/coro.rst
Doc/c-api/exceptions.rst
Doc/c-api/function.rst
Doc/c-api/gen.rst
Doc/c-api/import.rst
Doc/c-api/init.rst
Doc/c-api/init_config.rst
Doc/c-api/marshal.rst
Doc/c-api/memory.rst
Doc/c-api/number.rst
Doc/c-api/object.rst
Doc/c-api/tuple.rst
Doc/c-api/type.rst
Doc/c-api/typeobj.rst
Doc/c-api/unicode.rst
Doc/c-api/veryhigh.rst
Doc/extending/extending.rst
Doc/howto/clinic.rst
Doc/library/ctypes.rst
Doc/library/gc.rst
Doc/library/socket.rst
Doc/library/winreg.rst
Doc/whatsnew/2.7.rst
Doc/whatsnew/3.4.rst