Fix documented signatures for C API functions. (GH-11236)

This commit is contained in:
Serhiy Storchaka 2018-12-19 15:31:40 +02:00 committed by GitHub
parent bf99bcf56c
commit 57dd79e6f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -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`.