Fix typo.
This commit is contained in:
parent
705f178319
commit
0e65aeaa60
|
@ -57,7 +57,7 @@ Syntax
|
|||
|
||||
In addition, the syntax of the while statement is modified as follows:
|
||||
|
||||
while_stmt : whlie1_stmt|while2_stmt
|
||||
while_stmt : while1_stmt|while2_stmt
|
||||
while1_stmt : "while" expression ":" suite
|
||||
["else" ":" suite]
|
||||
while2_stmt : "while" ":" suite
|
||||
|
|
Loading…
Reference in New Issue