[docs] Programming FAQ, range[3] to range(3)

Liran Orevi liranorevi at gmail.com
Wed Aug 24 13:35:02 CEST 2011


Hello,

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

for i in range[3]:

Should be:

for i in range(3)

Regards,
Liran Orevi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20110824/77b0d763/attachment-0001.html>


More information about the docs mailing list