Skip to content

Commit 6172041

Browse files
committed
fix issue
1 parent 416c4cc commit 6172041

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/compound_stmts.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@ msgid ""
248248
msgstr ""
249249
"for i in range(10):\n"
250250
" print(i)\n"
251-
" i = 5 # αυτό δεν θα επηρεάσει τον βρόχο for\n"
252-
" # επειδή το i θα αντικατασταθεί με το επόμενο\n"
253-
" # ευρετήριο στο range"
251+
" i = 5 # this will not affect the for-loop\n"
252+
" # because i will be overwritten with the next\n"
253+
" # index in the range"
254254

255255
#: reference/compound_stmts.rst:193
256256
msgid ""

0 commit comments

Comments
 (0)