line 456: ``` If you use use :c:func:`PyObject_New` or :c:func:`PyObject_NewVar`: ``` it should be like: ``` If you use :c:func:`PyObject_New` or :c:func:`PyObject_NewVar`: ``` similar issue to #135958 and #135956. I'm sure this typo is not mentioned before. <!-- gh-linked-prs --> ### Linked PRs * gh-135964 * gh-135977 * gh-135978 <!-- /gh-linked-prs -->