Skip to content
Snippets Groups Projects
Unverified Commit 833f2758 authored by wim glenn's avatar wim glenn Committed by GitHub
Browse files

no-issue: typo fix in c-api/tuple.rst (gh-98560)

parent 1db2a0cb
Branches
Tags
No related merge requests found
......@@ -69,7 +69,7 @@ Tuple Objects
Return the slice of the tuple pointed to by *p* between *low* and *high*,
or ``NULL`` on failure. This is the equivalent of the Python expression
``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.
.. c:function:: int PyTuple_SetItem(PyObject *p, Py_ssize_t pos, PyObject *o)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment