This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients docs@python, eric.smith, iMath
Date 2017-04-09.14:29:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491748162.7.0.19886821443.issue30023@psf.upfronthosting.co.za>
In-reply-to
Content
That's consistent with the example: it's showing you how to create a list of functions, that when called, return squares.

"This gives you a list that contains 5 lambdas that calculate x**2"

Maybe "squares" isn't the most awesome name, but I think if you read the example in its entirety, it's all consistent and correct.
History
Date User Action Args
2017-04-09 14:29:22eric.smithsetrecipients: + eric.smith, docs@python, iMath
2017-04-09 14:29:22eric.smithsetmessageid: <1491748162.7.0.19886821443.issue30023@psf.upfronthosting.co.za>
2017-04-09 14:29:22eric.smithlinkissue30023 messages
2017-04-09 14:29:22eric.smithcreate