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 9654592 commit 9f00463Copy full SHA for 9f00463
Doc/c-api/tuple.rst
@@ -57,7 +57,7 @@ Tuple Objects
57
.. c:function:: PyObject* PyTuple_GetItem(PyObject *p, Py_ssize_t pos)
58
59
Return the object at position *pos* in the tuple pointed to by *p*. If *pos* is
60
- out of bounds, return ``NULL`` and set an :exc:`IndexError` exception.
+ negative or out of bounds, return ``NULL`` and set an :exc:`IndexError` exception.
61
62
63
.. c:function:: PyObject* PyTuple_GET_ITEM(PyObject *p, Py_ssize_t pos)
0 commit comments