]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
no-issue: typo fix in c-api/tuple.rst (gh-98560)
authorwim glenn <wim.glenn@gmail.com>
Sun, 23 Oct 2022 10:46:56 +0000 (05:46 -0500)
committerGitHub <noreply@github.com>
Sun, 23 Oct 2022 10:46:56 +0000 (19:46 +0900)
Doc/c-api/tuple.rst

index 0bfd4b308d9372fca5b16be92aed7320eafa4fd5..5acddf7849aa33f3b7803c2c2974365c9750beb9 100644 (file)
@@ -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)