Fix typo.

This commit is contained in:
R. David Murray 2017-09-05 13:27:28 -04:00
parent 705f178319
commit 0e65aeaa60
1 changed files with 1 additions and 1 deletions

View File

@ -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