[issue29018] Misinformation when showing how slices work in The Tutorial

2016-12-19 Thread issuefinder

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@python
components: Documentation
messages: 283649
nosy: docs@python, issuefinder
priority: normal
severity: normal
status: open
title: Misinformation when showing how slices work in The Tutorial
versions: Python 3.7

___
Python tracker 
<http://bugs.python.org/issue29018>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29018] Misinformation when showing how slices work in The Tutorial

2016-12-23 Thread issuefinder

issuefinder added the comment:

You seem to be right.
Sorry about the incovenience.

--

___
Python tracker 
<http://bugs.python.org/issue29018>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com