Skip to content

Commit cea904f

Browse files
committed
Issue #29112: Fix a questionable wording in sequence doc.
1 parent 440d703 commit cea904f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ Notes:
927927
:ref:`faq-multidimensional-list`.
928928

929929
(3)
930-
If *i* or *j* is negative, the index is relative to the end of the string:
930+
If *i* or *j* is negative, the index is relative to the end of sequence *s*:
931931
``len(s) + i`` or ``len(s) + j`` is substituted. But note that ``-0`` is
932932
still ``0``.
933933

0 commit comments

Comments
 (0)