Skip to content

Commit e76ba52

Browse files
committed
3.13: Revert change to toplevel_components
1 parent 26df396 commit e76ba52

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Doc/reference/toplevel_components.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,5 @@ Expression input
103103
:func:`eval` is used for expression input. It ignores leading whitespace. The
104104
string argument to :func:`eval` must have the following form:
105105

106-
.. grammar-snippet::
107-
:group: python-grammar
108-
109-
eval_input: `expression_list` NEWLINE* ENDMARKER
106+
.. productionlist:: python-grammar
107+
eval_input: `expression_list` NEWLINE*

0 commit comments

Comments
 (0)