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 90cd1e2 commit dca268eCopy full SHA for dca268e
Doc/reference/toplevel_components.rst
@@ -69,7 +69,7 @@ All input read from non-interactive files has the same form:
69
.. grammar-snippet::
70
:group: python-grammar
71
72
- file_input: (`statement` | NEWLINE)* ENDMARKER
+ file_input: (NEWLINE | `statement`)* ENDMARKER
73
74
This syntax is used in the following situations:
75
0 commit comments