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 bfebb7b commit b3132bdCopy full SHA for b3132bd
1 file changed
Grammar/Grammar
@@ -13,7 +13,7 @@
13
# Start symbols for the grammar:
14
# single_input is a single interactive statement;
15
# file_input is a module or sequence of commands read from an input file;
16
-# eval_input is the input for the eval() and input() functions.
+# eval_input is the input for the eval() functions.
17
# NB: compound_stmt in single_input is followed by extra NEWLINE!
18
single_input: NEWLINE | simple_stmt | compound_stmt NEWLINE
19
file_input: (NEWLINE | stmt)* ENDMARKER
0 commit comments