Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Commit 938ad86

Browse files
committed
Remove blank
1 parent 28e2cb3 commit 938ad86

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
@@ -52,7 +52,7 @@ msgstr "將一個新的項目加到 list 的尾端。等同於 ``a[len(a):] = [x
5252
msgid ""
5353
"Extend the list by appending all the items from the iterable. Equivalent to"
5454
" ``a[len(a):] = iterable``."
55-
msgstr "將串列接上此 iterable(可列舉物件)中所有項目。等同於 ``a[len(a):] = iterable`` 。"
55+
msgstr "將串列接上此 iterable(可列舉物件)中所有項目。等同於 ``a[len(a):] = iterable``。"
5656

5757
#: ../../tutorial/datastructures.rst:35
5858
msgid ""

0 commit comments

Comments
 (0)