8000 [pre-commit.ci lite] apply automatic fixes · python/python-docs-el@27bd688 · GitHub
[go: up one dir, main page]

Skip to content

Commit 27bd688

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 8cef51d commit 27bd688

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tutorial/controlflow.po

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5-
#
5+
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
@@ -430,10 +430,10 @@ msgid ""
430430
"guard is false, ``match`` goes on to try the next case block. Note that "
431431
"value capture happens before the guard is evaluated::"
432432
msgstr ""
433-
"Μπορούμε να προσθέσουμε μια πρόταση ``if`` σε ένα μοτίβο, γνωστό ως \"guard"
434-
"\". Εάν το guard είναι false, το ``match`` συνεχίζει για να δοκιμάσει το "
435-
"επόμενο μπλοκ πεζών-κεφαλαίων. Λάβετε υπόψη ότι η σύλληψη της τιμής γίνεται "
436-
"πριν ο guard αξιολογηθεί::"
433+
"Μπορούμε να προσθέσουμε μια πρόταση ``if`` σε ένα μοτίβο, γνωστό ως "
434+
"\"guard\". Εάν το guard είναι false, το ``match`` συνεχίζει για να "
435+
"δοκιμάσει το επόμενο μπλοκ πεζών-κεφαλαίων. Λάβετε υπόψη ότι η σύλληψη της "
436+
"τιμής γίνεται πριν ο guard αξιολογηθεί::"
437437

438438
#: tutorial/controlflow.rst:383
439439
msgid "Several other key features of this statement:"
@@ -465,8 +465,8 @@ msgstr ""
465465

466466
#: tutorial/controlflow.rst:394
467467
msgid ""
468-
"Mapping patterns: ``{\"bandwidth\": b, \"latency\": l}`` captures the ``"
469-
"\"bandwidth\"`` and ``\"latency\"`` values from a dictionary. Unlike "
468+
"Mapping patterns: ``{\"bandwidth\": b, \"latency\": l}`` captures the "
469+
"``\"bandwidth\"`` and ``\"latency\"`` values from a dictionary. Unlike "
470470
"sequence patterns, extra keys are ignored. An unpacking like ``**rest`` is "
471471
"also supported. (But ``**_`` would be redundant, so it is not allowed.)"
472472
msgstr ""
@@ -1225,11 +1225,11 @@ msgid ""
12251225
"line *after* the first line of the string determines the amount of "
12261226
"indentation for the entire documentation string. (We can't use the first "
12271227
"line since it is generally adjacent to the string's opening quotes so its "
1228-
"indentation is not apparent in the string litera 7E27 l.) Whitespace \"equivalent"
1229-
"\" to this indentation is then stripped from the start of all lines of the "
1230-
"string. Lines that are indented less should not occur, but if they occur "
1231-
"all their leading whitespace should be stripped. Equivalence of whitespace "
1232-
"should be tested after expansion of tabs (to 8 spaces, normally)."
1228+
"indentation is not apparent in the string literal.) Whitespace "
1229+
"\"equivalent\" to this indentation is then stripped from the start of all "
1230+
"lines of the string. Lines that are indented less should not occur, but if "
1231+
"they occur all their leading whitespace should be stripped. Equivalence of "
1232+
"whitespace should be tested after expansion of tabs (to 8 spaces, normally)."
12331233
msgstr ""
12341234
"Ο parser της Python δεν αφαιρεί την εσοχή από τα literals της συμβολοσειράς "
12351235
"πολλών γραμμών στην Python, επομένως τα εργαλεία που επεξεργάζονται την "

0 commit comments

Comments
 (0)
0