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

Eli Bendersky eliben at gmail.com
Thu Aug 25 04:51:14 CEST 2011


Thanks for the report, Liran.

I've opened http://bugs.python.org/issue12838 to track this. Would you like
to submit a patch?

Eli

On Wed, Aug 24, 2011 at 14:37, Liran Orevi <liranorevi at gmail.com> wrote:

> 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
>>
>
>
> _______________________________________________
> docs mailing list
> docs at python.org
> http://mail.python.org/mailman/listinfo/docs
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20110825/c468dae0/attachment.html>


More information about the docs mailing list