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 kandhan
Recipients docs@python, kandhan
Date 2017-12-30.05:11:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514610716.34.0.213398074469.issue32452@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3/tutorial/classes.html

9.10. Generator Expressions

Some simple generators can be coded succinctly as expressions using a syntax similar to list comprehensions but with "parentheses instead of brackets"

Since parentheses comes under brackets, brackets could be changed to "Square Brackets"
History
Date User Action Args
2017-12-30 05:11:56kandhansetrecipients: + kandhan, docs@python
2017-12-30 05:11:56kandhansetmessageid: <1514610716.34.0.213398074469.issue32452@psf.upfronthosting.co.za>
2017-12-30 05:11:56kandhanlinkissue32452 messages
2017-12-30 05:11:55kandhancreate