]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Oct 2019 10:03:20 +0000 (12:03 +0200)
committerGitHub <noreply@github.com>
Wed, 30 Oct 2019 10:03:20 +0000 (12:03 +0200)
commit25fc088607c855060ed142296dc1bd0125fad1af
tree384af093a75c0d66a00da4b1d2b184e68de67211
parentda6ce58dd5ac109485af45878fca6bfd265b43e9
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)

Replace all *NULL* with ``NULL``.
55 files changed:
Doc/c-api/arg.rst
Doc/c-api/buffer.rst
Doc/c-api/bytearray.rst
Doc/c-api/bytes.rst
Doc/c-api/capsule.rst
Doc/c-api/cell.rst
Doc/c-api/codec.rst
Doc/c-api/concrete.rst
Doc/c-api/contextvars.rst
Doc/c-api/conversion.rst
Doc/c-api/coro.rst
Doc/c-api/datetime.rst
Doc/c-api/dict.rst
Doc/c-api/exceptions.rst
Doc/c-api/file.rst
Doc/c-api/float.rst
Doc/c-api/function.rst
Doc/c-api/gcsupport.rst
Doc/c-api/gen.rst
Doc/c-api/import.rst
Doc/c-api/init.rst
Doc/c-api/intro.rst
Doc/c-api/iter.rst
Doc/c-api/list.rst
Doc/c-api/long.rst
Doc/c-api/mapping.rst
Doc/c-api/marshal.rst
Doc/c-api/memory.rst
Doc/c-api/memoryview.rst
Doc/c-api/method.rst
Doc/c-api/module.rst
Doc/c-api/number.rst
Doc/c-api/object.rst
Doc/c-api/refcounting.rst
Doc/c-api/reflection.rst
Doc/c-api/sequence.rst
Doc/c-api/set.rst
Doc/c-api/slice.rst
Doc/c-api/structures.rst
Doc/c-api/sys.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/c-api/weakref.rst
Doc/extending/embedding.rst
Doc/extending/extending.rst
Doc/extending/newtypes.rst
Doc/extending/newtypes_tutorial.rst
Doc/faq/extending.rst
Doc/library/ctypes.rst
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.7.rst
Include/abstract.h