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

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


Forget the ':' on the 'fix' below.

On Wed, Aug 24, 2011 at 2:35 PM, Liran Orevi <liranorevi at gmail.com> wrote:

> 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/e345c7dd/attachment-0001.html>


More information about the docs mailing list