Skip to content

Commit

Permalink
Add to atoms
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo committed Jun 5, 2024
1 parent 8f2af14 commit 56057fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/reference/expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ also categorized syntactically as atoms. The syntax for atoms is:
.. productionlist:: python-grammar
atom: `identifier` | `literal` | `enclosure`
enclosure: `parenth_form` | `list_display` | `dict_display` | `set_display`
: | `generator_expression` | `yield_atom`
: | `frozenset_display` | `generator_expression` | `yield_atom`


.. _atom-identifiers:
Expand Down

0 comments on commit 56057fa

Please sign in to comment.