Skip to content

6.2.4. Displays for lists, sets and dictionaries: Grammar seems wrong #124876

@gpapashvili

Description

@gpapashvili

Documentation

Under 6.2.4. Displays for lists, sets and dictionaries, the grammar is given as:

comp_for ::= ["async"] "for" target_list "in" or_test [comp_iter]

Should it be or_test or atom , i.e.:

comp_for ::= ["async"] "for" target_list "in" atom [comp_iter]

Or am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions