[docs] [issue32452] Brackets and Parentheses used in an ambiguous way

kandhan report at bugs.python.org
Sat Dec 30 00:11:56 EST 2017


New submission from kandhan <kandhan.kuhan at gmail.com>:

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"

----------
assignee: docs at python
components: Documentation
messages: 309216
nosy: docs at python, kandhan
priority: normal
severity: normal
status: open
title: Brackets and Parentheses used in an ambiguous way
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32452>
_______________________________________


More information about the docs mailing list