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 416c4cc commit 6172041Copy full SHA for 6172041
reference/compound_stmts.po
@@ -248,9 +248,9 @@ msgid ""
248
msgstr ""
249
"for i in range(10):\n"
250
" print(i)\n"
251
-" i = 5 # αυτό δεν θα επηρεάσει τον βρόχο for\n"
252
-" # επειδή το i θα αντικατασταθεί με το επόμενο\n"
253
-" # ευρετήριο στο range"
+" i = 5 # this will not affect the for-loop\n"
+" # because i will be overwritten with the next\n"
+" # index in the range"
254
255
#: reference/compound_stmts.rst:193
256
msgid ""
0 commit comments