Skip to content

Commit 9e69c14

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent f67a21e commit 9e69c14

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tutorial/datastructures.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ msgid ""
2727
"This chapter describes some things you've learned about already in more "
2828
"detail, and adds some new things as well."
2929
msgstr ""
30-
"Αυτό το κεφάλαιο περιγράφει ορισμένα πράγματα τα οποία έχετε μάθει ήδη "
31-
"με περισσότερες λεπτομέρειες και προσθέτει επίσης μερικά νέα."
30+
"Αυτό το κεφάλαιο περιγράφει ορισμένα πράγματα τα οποία έχετε μάθει ήδη με "
31+
"περισσότερες λεπτομέρειες και προσθέτει επίσης μερικά νέα."
3232

3333
#: tutorial/datastructures.rst:13
3434
msgid "More on Lists"
@@ -132,7 +132,8 @@ msgstr "Αντιστρέφει τα στοιχεία της λίστας στη
132132

133133
#: tutorial/datastructures.rst:96
134134
msgid "Return a shallow copy of the list. Equivalent to ``a[:]``."
135-
msgstr "Επιστρέφει ένα shallow (ρηχό) αντίγραφο της λίστας.. Ισοδύναμε με ``a[:]``."
135+
msgstr ""
136+
"Επιστρέφει ένα shallow (ρηχό) αντίγραφο της λίστας.. Ισοδύναμε με ``a[:]``."
136137

137138
#: tutorial/datastructures.rst:99
138139
msgid "An example that uses most of the list methods::"

0 commit comments

Comments
 (0)