[New-bugs-announce] [issue18079] documentation tutorial 3.1.3 typo

arbour report at bugs.python.org
Tue May 28 09:26:22 CEST 2013


New submission from arbour:

documentation tutorial 3.1.3 typo

at page 15 (21/127)

>>> p[0]
['a','b','c']
>>> p[0][1]
'b'

should be:

>>> x[0]
['a','b','c']
>>> x[0][1]
'b'

----------
assignee: docs at python
components: Documentation
files: tutorial.pdf
messages: 190178
nosy: arbour, docs at python
priority: normal
severity: normal
status: open
title: documentation tutorial 3.1.3 typo
versions: Python 3.3
Added file: http://bugs.python.org/file30394/tutorial.pdf

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


More information about the New-bugs-announce mailing list