Issue 8511: Small mistake in tutorial web page (original) (raw)
Issue8511
Created on 2010-04-23 17:03 by mdcowles, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg104028 - (view) | Author: Matthew Cowles (mdcowles) | Date: 2010-04-23 17:03 |
[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 = | ||
msg104032 - (view) | Author: Ezio Melotti (ezio.melotti) * ![]() |
Date: 2010-04-23 17:41 |
Duplicate of #4570. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:00 | admin | set | github: 52757 |
2010-04-23 17:41:54 | ezio.melotti | set | status: open -> closednosy: + rhettinger, ezio.melottimessages: + resolution: duplicatestage: resolved |
2010-04-23 17:03:24 | mdcowles | create |