Skip to content

Commit ac22a1c

Browse files
authored
Apply suggestion
1 parent e626c67 commit ac22a1c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/library/ast.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,9 @@ Comprehensions
806806
List and set comprehensions, generator expressions, and dictionary
807807
comprehensions. ``elt`` (or ``key`` and ``value``) is a single node
808808
representing the part that will be evaluated for each item.
809-
For dictionary comprehensions using unpacking, ``value`` is ``None``; for example,
810-
``{**item for item in items}``
809+
For dictionary comprehensions using unpacking, for example
810+
``{**item for item in items}``, ``value`` is ``None``,
811+
811812

812813
``generators`` is a list of :class:`comprehension` nodes.
813814

0 commit comments

Comments
 (0)