We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26df396 commit e76ba52Copy full SHA for e76ba52
Doc/reference/toplevel_components.rst
@@ -103,7 +103,5 @@ Expression input
103
:func:`eval` is used for expression input. It ignores leading whitespace. The
104
string argument to :func:`eval` must have the following form:
105
106
-.. grammar-snippet::
107
- :group: python-grammar
108
-
109
- eval_input: `expression_list` NEWLINE* ENDMARKER
+.. productionlist:: python-grammar
+ eval_input: `expression_list` NEWLINE*
0 commit comments