[docs] A probable bug in The Python Tutorial

Youcheng Lin youcheng.t.lin at gmail.com
Fri Jan 7 17:27:03 CET 2011


Hi,

In the section
3.2. First Steps Towards Programming

This example introduces several new features.

   -

   The first line contains a *multiple assignment*: the variables a
and b simultaneously
   get the new values 0 and 1. On the last line this is used again,
   demonstrating that the expressions on the right-hand side are all evaluated
   first before any of the assignments take place. The right-hand side
   expressions are evaluated from the* left to the right.*

   *
   *

   I think the red underscored part should be *right to the left*




-- 
Sincerely,

Youcheng Lin

Email:  youcheng.t.lin at gmail.com
Cellphone:  312.823.0653

________________________________________________________________
________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20110107/60504c2c/attachment.html>


More information about the docs mailing list