Skip to content

Commit d74ff52

Browse files
Update Doc/c-api/list.rst
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent b8fc5c3 commit d74ff52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/list.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ List Objects
9191
This function ":term:`steals <steal>`" a reference to *item*,
9292
even on error.
9393
On success, it discards a reference to an item already in the list
94-
at the affected position (unless it was NULL).
94+
at the affected position (unless it was ``NULL``).
9595
9696
9797
.. c:function:: void PyList_SET_ITEM(PyObject *list, Py_ssize_t i, PyObject *o)

0 commit comments

Comments
 (0)