Skip to content

Commit 3a0453f

Browse files
authored
Fix punctuation in German translation of list methods
Corrected punctuation in the German translation for clarity.
1 parent 70b23e6 commit 3a0453f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/datastructures.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ msgid ""
5252
"``a[len(a):] = iterable``."
5353
msgstr ""
5454
"Erweitere die Liste, indem du alle Elemente aus der iterierbaren Struktur "
55-
"anhängst. Ähnlich wie bei ``a[len(a):] = iterable`` ."
55+
"anhängst. Ähnlich wie bei ``a[len(a):] = iterable``."
5656

5757
msgid ""
5858
"Insert an item at a given position. The first argument is the index of the "

0 commit comments

Comments
 (0)