[docs] [issue12838] FAQ/Programming typo: range[3] is used
Eli Bendersky
report at bugs.python.org
Thu Aug 25 04:50:38 CEST 2011
New submission from Eli Bendersky <eliben at gmail.com>:
User report from docs at python:
On
http://docs.python.org/faq/programming.html
for i in range[3]:
Should be:
for i in range(3):
----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 142952
nosy: docs at python, eli.bendersky
priority: normal
severity: normal
stage: needs patch
status: open
title: FAQ/Programming typo: range[3] is used
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12838>
_______________________________________
More information about the docs
mailing list