Commit cea904f2 authored by Xiang Zhang's avatar Xiang Zhang

Issue #29112: Fix a questionable wording in sequence doc.

parent 440d7030
...@@ -927,7 +927,7 @@ Notes: ...@@ -927,7 +927,7 @@ Notes:
:ref:`faq-multidimensional-list`. :ref:`faq-multidimensional-list`.
(3) (3)
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*:
``len(s) + i`` or ``len(s) + j`` is substituted. But note that ``-0`` is ``len(s) + i`` or ``len(s) + j`` is substituted. But note that ``-0`` is
still ``0``. still ``0``.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment