Skip to content

Commit 217fc51

Browse files
kbiggersrtobar
andauthored
Update reference/compound_stmts.po
Co-authored-by: rtobar <rtobarc@gmail.com>
1 parent 73b539d commit 217fc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/compound_stmts.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ msgstr ""
11531153
"... print('Case 1')\n"
11541154
"... case (100, 200) if flag: # Coinciden, pero la guardia falla\n"
11551155
"... print('Case 2')\n"
1156-
"... case (100, y): # Coinciden, and vincula `y` a 200\n"
1156+
"... case (100, y): # Coinciden, y vincula `y` a 200\n"
11571157
"... print(f'Case 3, y: {y}')\n"
11581158
"... case _: # Patrón no se intentó\n"
11591159
"... print('Case 4, I match anything!')\n"

0 commit comments

Comments
 (0)