From 37a98c6c58d25d69f0a4cb655d976c40375097db Mon Sep 17 00:00:00 2001 From: narimiran Date: Thu, 28 Jan 2021 09:42:24 +0100 Subject: small fix in grammar.txt [ci skip] --- doc/grammar.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/grammar.txt b/doc/grammar.txt index f5e619ebc..0d5eef179 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)? -- cgit 1.4.1-2-gfad0