Skip to content

Commit dca268e

Browse files
committed
Revert an order change
1 parent 90cd1e2 commit dca268e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/toplevel_components.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ All input read from non-interactive files has the same form:
6969
.. grammar-snippet::
7070
:group: python-grammar
7171

72-
file_input: (`statement` | NEWLINE)* ENDMARKER
72+
file_input: (NEWLINE | `statement`)* ENDMARKER
7373

7474
This syntax is used in the following situations:
7575

0 commit comments

Comments
 (0)