[issue8511] Small mistake in tutorial web page

2010-04-23 Thread Matthew Cowles

New submission from Matthew Cowles mdcow...@users.sourceforge.net:

[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 without duplicates

I suspect that the first line should begin:

 basket =

--
assignee: georg.brandl
components: Documentation
messages: 104028
nosy: georg.brandl, mdcowles
severity: normal
status: open
title: Small mistake in tutorial web page
versions: Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8511
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8511] Small mistake in tutorial web page

2010-04-23 Thread Ezio Melotti

Ezio Melotti ezio.melo...@gmail.com added the comment:

Duplicate of #4570.

--
nosy: +ezio.melotti, rhettinger
resolution:  - duplicate
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8511
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com