This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eli.bendersky
Recipients docs@python, eli.bendersky
Date 2011-08-25.02:50:37
SpamBayes Score 0.15985352
Marked as misclassified No
Message-id <1314240637.99.0.384249238245.issue12838@psf.upfronthosting.co.za>
In-reply-to
Content
User report from docs@python:


On
http://docs.python.org/faq/programming.html

for i in range[3]:

Should be:

for i in range(3):
History
Date User Action Args
2011-08-25 02:50:38eli.benderskysetrecipients: + eli.bendersky, docs@python
2011-08-25 02:50:37eli.benderskysetmessageid: <1314240637.99.0.384249238245.issue12838@psf.upfronthosting.co.za>
2011-08-25 02:50:37eli.benderskylinkissue12838 messages
2011-08-25 02:50:37eli.benderskycreate