Skip to content

Commit 872510d

Browse files
Update tutorial/datastructures.po
Co-authored-by: Theofanis Petkos <[email protected]>
1 parent cad90c9 commit 872510d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/datastructures.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ msgstr ""
4646
msgid ""
4747
"Add an item to the end of the list. Equivalent to ``a[len(a):] = [x]``."
4848
msgstr ""
49-
"Προσθέστε ένα στοιχείο στο τέλος της λίστας. Ισοδυναμεί με ``a[len(a):] = "
49+
"Προσθέτει ένα στοιχείο στο τέλος της λίστας. Ισοδυναμεί με ``a[len(a):] = "
5050
"[x]``."
5151

5252
#: tutorial/datastructures.rst:28

0 commit comments

Comments
 (0)