[issue23070] Error in Tutorial comment
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 <report@bugs.python.org> <http://bugs.python.org/issue23070> _______________________________________
Roundup Robot added the comment: New changeset 81c73f964066 by Berker Peksag in branch '3.4': Issue #23070: Fix a comment in the tutorial. https://hg.python.org/cpython/rev/81c73f964066 New changeset 81e2f58d9e4b by Berker Peksag in branch 'default': Issue #23070: Fix a comment in the tutorial. https://hg.python.org/cpython/rev/81e2f58d9e4b ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23070> _______________________________________
Roundup Robot added the comment: New changeset 8cd84e62c1fd by Berker Peksag in branch '2.7': Issue #23070: Fix a comment in the tutorial. https://hg.python.org/cpython/rev/8cd84e62c1fd ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23070> _______________________________________
Berker Peksag added the comment: Fixed. Thanks for the report, Ross. ---------- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior versions: +Python 2.7, Python 3.5 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23070> _______________________________________
participants (3)
-
Berker Peksag
-
Ross Burnett
-
Roundup Robot