commit | e835b31d2b212c3c7820364398979cae2a9740b2 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Oct 30 21:37:16 2019 +0200 |
committer | GitHub <noreply@github.com> | Wed Oct 30 21:37:16 2019 +0200 |
tree | b4480396678dc575c8f183f0e5add28ee7f36604 | |
parent | 1d8da61f5ad26274556e0bbce260ce292d0402a1 [diff] [blame] |
bpo-38600: NULL -> ``NULL``. (GH-17001) Also fix some other formatting.
diff --git a/Doc/c-api/gen.rst b/Doc/c-api/gen.rst index e4b8d25..7441092 100644 --- a/Doc/c-api/gen.rst +++ b/Doc/c-api/gen.rst
@@ -27,7 +27,7 @@ .. c:function:: int PyGen_CheckExact(PyObject *ob) - Return true if *ob*'s type is *PyGen_Type*; *ob* must not be ``NULL``. + Return true if *ob*'s type is :c:type:`PyGen_Type`; *ob* must not be ``NULL``. .. c:function:: PyObject* PyGen_New(PyFrameObject *frame)