Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix issue
  • Loading branch information
vadal committed Mar 6, 2026
commit 6172041f5d2c259fe9a3a8260f3d46ca5d9d8922
6 changes: 3 additions & 3 deletions reference/compound_stmts.po
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ msgid ""
msgstr ""
"for i in range(10):\n"
" print(i)\n"
" i = 5 # αυτό δεν θα επηρεάσει τον βρόχο for\n"
" # επειδή το i θα αντικατασταθεί με το επόμενο\n"
" # ευρετήριο στο range"
" i = 5 # this will not affect the for-loop\n"
" # because i will be overwritten with the next\n"
" # index in the range"

#: reference/compound_stmts.rst:193
msgid ""
Expand Down
Loading