As stated here <https://wiki.python.org/moin/FrontPage#use>, to edit the python wiki I need to join the editors group by emailing this address.
The edit I want to make is to correct an error in this page: https://wiki.python.org/moin/Powerful%20Python%20One-Liners The error is in this text: # Superset Python One-Liner lambda l: reduce(lambda z, x: z + [y + [x] for y in z], l, [[]]) This lambda essentially produces the power set of the input list l, but is labelled with the word "Superset" for no clear reason; I'd like to change this to "Power set".
_______________________________________________ pydotorg-www mailing list [email protected] https://mail.python.org/mailman/listinfo/pydotorg-www
