[docs] [issue23070] Error in Tutorial comment

Ross Burnett report at bugs.python.org
Wed Dec 17 03:51:07 CET 2014


New submission from Ross Burnett:

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"

----------
assignee: docs at python
components: Documentation
messages: 232795
nosy: docs at python, rossburnett
priority: normal
severity: normal
status: open
title: Error in Tutorial comment
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23070>
_______________________________________


More information about the docs mailing list