Skip to content

Commit

Permalink
no-issue: typo fix in c-api/tuple.rst (pythongh-98560)
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn authored Oct 23, 2022
1 parent 1db2a0c commit 833f275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/tuple.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 833f275

Please sign in to comment.