diff --git a/doc/grammar.txt b/doc/grammar.txt index f5e619ebcd..0d5eef179e 100644 --- a/doc/grammar.txt +++ b/doc/grammar.txt @@ -119,7 +119,7 @@ raiseStmt = 'raise' optInd expr? yieldStmt = 'yield' optInd expr? discardStmt = 'discard' optInd expr? breakStmt = 'break' optInd expr? -continueStmt = 'break' optInd expr? +continueStmt = 'continue' optInd expr? condStmt = expr colcom stmt COMMENT? (IND{=} 'elif' expr colcom stmt)* (IND{=} 'else' colcom stmt)?