10000 Translate tutorial/introduction to complete MVP by lysnikolaou · Pull Request #585 · python/python-docs-el · GitHub
[go: up one dir, main page]

Skip to content

Translate tutorial/introduction to complete MVP #585

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 11 commits into from
Feb 14, 2025
Prev Previous commit
Fix term for prompt
  • Loading branch information
lysnikolaou committed Feb 14, 2025
commit e079f629303266d57b11575c718d49b649af9e75
2 changes: 1 addition & 1 deletion tutorial/introduction.po
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ msgid ""
"type a blank line; this is used to end a multi-line command."
msgstr ""
"Στα ακόλουθα παραδείγματα, η είσοδος και η έξοδος διακρίνονται από την "
"παρουσία ή την απουσία prompts (:term:`>>>>` και :term:`...`): για να "
"παρουσία ή την απουσία prompts (:term:`>>>` και :term:`...`): για να "
"επαναλάβετε το παράδειγμα, πρέπει να πληκτρολογήσετε τα πάντα μετά το "
"prompt, όταν αυτό υπάρχει∙ οι γραμμές που δεν αρχίζουν με prompt είναι "
"έξοδος από τον διερμηνέα. Σημείωση ότι ένα δευτερεύον prompt μόνο του σε μια "
Expand Down
0