[issue8511] Small mistake in tutorial web page

2010-04-23 Thread Ezio Melotti
Ezio Melotti added the comment: Duplicate of #4570. -- nosy: +ezio.melotti, rhettinger resolution: -> duplicate stage: -> committed/rejected status: open -> closed ___ Python tracker _

[issue8511] Small mistake in tutorial web page

2010-04-23 Thread Matthew Cowles
New submission from Matthew Cowles : [Originally from a post to the python-help list] Over at: http://docs.python.org/py3k/tutorial/datastructures.html#sets it says: >>> fruit = ['apple', 'orange', 'apple', 'pear', 'orange', 'banana'] >>> fruit = set(basket) # create a set witho