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@python
components: Documentation
messages: 232795
nosy: docs@python, rossburnett
priority: normal
severity: normal
status: open
title: Error in Tutorial comment
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23070>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to