mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Fix documented signatures for C API functions. (GH-11236)
This commit is contained in:
parent
bf99bcf56c
commit
57dd79e6f7
2 changed files with 5 additions and 5 deletions
|
|
@ -209,7 +209,7 @@ type.
|
|||
This function "steals" a reference to *o*.
|
||||
|
||||
|
||||
.. c:function:: PyObject* PyStructSequence_SET_ITEM(PyObject *p, Py_ssize_t *pos, PyObject *o)
|
||||
.. c:function:: void PyStructSequence_SET_ITEM(PyObject *p, Py_ssize_t *pos, PyObject *o)
|
||||
|
||||
Macro equivalent of :c:func:`PyStructSequence_SetItem`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue