This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author issuefinder
Recipients docs@python, issuefinder
Date 2016-12-19.21:19:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482182384.19.0.82503979706.issue29018@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-12-19 21:19:44issuefindersetrecipients: + issuefinder, docs@python
2016-12-19 21:19:44issuefindersetmessageid: <1482182384.19.0.82503979706.issue29018@psf.upfronthosting.co.za>
2016-12-19 21:19:44issuefinderlinkissue29018 messages
2016-12-19 21:19:44issuefindercreate