Issue #29112: Merge 3.5.

This commit is contained in:
Xiang Zhang 2016-12-30 11:57:40 +08:00
commit 9ea82ddad5
1 changed files with 1 additions and 1 deletions

View File

@ -927,7 +927,7 @@ Notes:
:ref:`faq-multidimensional-list`.
(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
still ``0``.