[docs] [issue33459] Define "tuple display" in the docs

Andrés Delfino report at bugs.python.org
Fri May 11 14:32:51 EDT 2018


Andrés Delfino <adelfino at gmail.com> added the comment:

The documentation says a display may or may not have a comprehension :/

[1, 2, 3] is a list display too.

[x for x in range(3)] is a display that has a comprehension. Acoording to the doc.

----------

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


More information about the docs mailing list