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 steven.daprano
Recipients steven.daprano, xtreak
Date 2020-08-30.13:17:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598793436.92.0.516711299159.issue41666@roundup.psfhosted.org>
In-reply-to
Content
I agree with xtreak. I guess you probably misspelled the initial word:

>>> 'Python'[2:5]  # same as the tutorial
'tho'

>>> 'Pyhton'[2:5]  # misspelling
'hto'
History
Date User Action Args
2020-08-30 13:17:16steven.dapranosetrecipients: + steven.daprano, xtreak
2020-08-30 13:17:16steven.dapranosetmessageid: <1598793436.92.0.516711299159.issue41666@roundup.psfhosted.org>
2020-08-30 13:17:16steven.dapranolinkissue41666 messages
2020-08-30 13:17:16steven.dapranocreate