[New-bugs-announce] [issue29018] Misinformation when showing how slices work in The Tutorial

issuefinder report at bugs.python.org
Mon Dec 19 16:19:44 EST 2016


New submission from issuefinder:

In this page:
https://docs.python.org/3/tutorial/introduction.html#strings

When showing how slices work:
+---+---+---+---+---+---+
 | P | y | t | h | o | n |
 +---+---+---+---+---+---+
 0   1   2   3   4   5   6
-6  -5  -4  -3  -2  -1

The accurate matrix is:

+---+---+---+---+---+---+
 | P | y | t | h | o | n |
 +---+---+---+---+---+---+
 0   1   2   3   4   5   6
 0  -6  -5  -4  -3  -2  -1

----------
assignee: docs at python
components: Documentation
messages: 283649
nosy: docs at python, issuefinder
priority: normal
severity: normal
status: open
title: Misinformation when showing how slices work in The Tutorial
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29018>
_______________________________________


More information about the New-bugs-announce mailing list