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 <rep...@bugs.python.org> <http://bugs.python.org/issue29018> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com