John Marter added the comment:
I see that the spelling of banana has been fixed but what is the purpose of
assigning fruit and then immediately reassigning it another value without even
looking at the first assignment?
>>> fruit = ['apple', 'orange', '
John Marter added the comment:
You may want to add another space before the comment, otherwise it will be the
only one not aligned with the others.
--
___
Python tracker
<http://bugs.python.org/issue4
New submission from John Marter <[EMAIL PROTECTED]>:
On http://docs.python.org/3.0/tutorial/datastructures.html#sets there is
the following section in the section on sets
>>> basket = {'apple', 'orange', 'apple', 'pear', 'orange',
John Marter <[EMAIL PROTECTED]> added the comment:
Also, I see banana is misspelled on the first output line (line 3).
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho