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 440d703 commit cea904fCopy full SHA for cea904f
1 file changed
Doc/library/stdtypes.rst
@@ -927,7 +927,7 @@ Notes:
927
:ref:`faq-multidimensional-list`.
928
929
(3)
930
- If *i* or *j* is negative, the index is relative to the end of the string:
+ If *i* or *j* is negative, the index is relative to the end of sequence *s*:
931
``len(s) + i`` or ``len(s) + j`` is substituted. But note that ``-0`` is
932
still ``0``.
933
0 commit comments