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 1db2a0c commit 833f275Copy full SHA for 833f275
Doc/c-api/tuple.rst
@@ -69,7 +69,7 @@ Tuple Objects
69
70
Return the slice of the tuple pointed to by *p* between *low* and *high*,
71
or ``NULL`` on failure. This is the equivalent of the Python expression
72
- ``p[low:high]``. Indexing from the end of the list is not supported.
+ ``p[low:high]``. Indexing from the end of the tuple is not supported.
73
74
75
.. c:function:: int PyTuple_SetItem(PyObject *p, Py_ssize_t pos, PyObject *o)
0 commit comments