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 rossburnett
Recipients docs@python, rossburnett
Date 2014-12-17.02:51:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418784667.28.0.75679477956.issue23070@psf.upfronthosting.co.za>
In-reply-to
Content
In section "3.1.2. Strings" of the Tutorial (version 3.4 plus others?), a comment on a slicing error has an error:

"word[42]  # the word only has 7 characters"

It should say "word[42]  # the word has 6 characters"
History
Date User Action Args
2014-12-17 02:51:07rossburnettsetrecipients: + rossburnett, docs@python
2014-12-17 02:51:07rossburnettsetmessageid: <1418784667.28.0.75679477956.issue23070@psf.upfronthosting.co.za>
2014-12-17 02:51:07rossburnettlinkissue23070 messages
2014-12-17 02:51:07rossburnettcreate