# Documentation [`PyObject_CallOneArg` and `PyObject_CallNoArgs` should be updated in the docs](https://docs.python.org/3/c-api/call.html#c.PyObject_CallOneArg) with the reference count annotation `"Return value: New reference."` (as is the case with [`PyObject_CallFunction`](https://docs.python.org/3/c-api/call.html#c.PyObject_CallFunction) et al.) <!-- gh-linked-prs --> ### Linked PRs * gh-113697 * gh-113698 * gh-113699 <!-- /gh-linked-prs -->
Documentation
PyObject_CallOneArgandPyObject_CallNoArgsshould be updated in the docs with the reference count annotation"Return value: New reference."(as is the case withPyObject_CallFunctionet al.)Linked PRs