8000 Translate tutorial/controlflow by skpanagiotis · Pull Request #556 · python/python-docs-el · GitHub
[go: up one dir, main page]

Skip to content
8000

Translate tutorial/controlflow #556

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 1, 2024
Prev Previous commit
Next Next commit
Update tutorial/controlflow.po
Co-authored-by: Theofanis Petkos <thepetk@gmail.com>
  • Loading branch information
skpanagiotis and thepetk authored Sep 26, 2024
commit 7615d98f7caa0820cf33c25d09f94ff47c394ad0
2 changes: 1 addition & 1 deletion tutorial/controlflow.po
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ msgid ""
"If you do need to iterate over a sequence of numbers, the built-in function :"
"func:`range` comes in handy. It generates arithmetic progressions::"
msgstr ""
"Εάν χρειάζεται να κάνετε επανάληψη σε μια ακολουθία αριθμών, η ενσωματωμένη "
"Εάν χρειάζεται να κάνετε επανάληψη σε μια ακολουθία αριθμών, η ενσωματωμένη (built-in) "
"συνάρτηση :func:`range` είναι χρήσιμη. Δημιουργεί αριθμητικές προόδους::"

#: tutorial/controlflow.rst:108
Expand Down
Loading
0