We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b539d commit 217fc51Copy full SHA for 217fc51
reference/compound_stmts.po
@@ -1153,7 +1153,7 @@ msgstr ""
1153
"... print('Case 1')\n"
1154
"... case (100, 200) if flag: # Coinciden, pero la guardia falla\n"
1155
"... print('Case 2')\n"
1156
-"... case (100, y): # Coinciden, and vincula `y` a 200\n"
+"... case (100, y): # Coinciden, y vincula `y` a 200\n"
1157
"... print(f'Case 3, y: {y}')\n"
1158
"... case _: # Patrón no se intentó\n"
1159
"... print('Case 4, I match anything!')\n"
0 commit comments