We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fc5c3 commit d74ff52Copy full SHA for d74ff52
Doc/c-api/list.rst
@@ -91,7 +91,7 @@ List Objects
91
This function ":term:`steals <steal>`" a reference to *item*,
92
even on error.
93
On success, it discards a reference to an item already in the list
94
- at the affected position (unless it was NULL).
+ at the affected position (unless it was ``NULL``).
95
96
97
.. c:function:: void PyList_SET_ITEM(PyObject *list, Py_ssize_t i, PyObject *o)
0 commit comments