From 29df600bebedcd366fc3227fa16e85a23241ba41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Chodzikiewicz?= Date: Wed, 11 Dec 2024 14:51:29 +0100 Subject: [PATCH] =?UTF-8?q?Uzupe=C5=82nienie=20s=C5=82=C3=B3w=20kluczowych?= =?UTF-8?q?=20o=20jedyn=C4=85=20s=C5=82uszn=C4=85=20opcj=C4=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Grammar/Grammar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grammar/Grammar b/Grammar/Grammar index a2e3b81f310559..216fdd9dde19aa 100644 --- a/Grammar/Grammar +++ b/Grammar/Grammar @@ -118,7 +118,7 @@ while_stmt: ('while' | 'dopóki') namedexpr_test ':' suite [('else' | 'ostateczn for_stmt: ('for' | 'dla') exprlist ('in' | 'spośród') testlist ':' [TYPE_COMMENT] suite [('else' | 'ostatecznie') ':' suite] try_stmt: (('try' | 'spróbuj') ':' suite ((except_clause ':' suite)+ - [('else' | 'TODO_jak_to_nazwać') ':' suite] + [('else' | 'tudzież') ':' suite] [('finally' | 'ostatecznie') ':' suite] | ('finally' | 'ostatecznie') ':' suite)) with_stmt: ('with' | 'weźże') with_item (',' with_item)* ':' [TYPE_COMMENT] suite