File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ msgstr ""
14
14
"Project-Id-Version : Python 3.6 TW\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
16
"POT-Creation-Date : 2018-05-23 22:00+0800\n "
17
- "PO-Revision-Date : 2018-06-05 04:37 +0000\n "
17
+ "PO-Revision-Date : 2018-06-05 04:44 +0000\n "
18
18
"Last-Translator : Ching-Hao Liu <chinghao.liu@gmail.com>\n "
19
19
"Language-Team : Chinese Traditional (http://www.transifex.com/python-tw-doc/python-36-tw/language/zh-Hant/)\n "
20
20
"MIME-Version : 1.0\n "
@@ -75,7 +75,7 @@ msgid ""
75
75
"that the parameter is optional, not that you should type square brackets at "
76
76
"that position. You will see this notation frequently in the Python Library "
77
77
"Reference.)"
78
- msgstr "移除list 中給定位置的項目,並回傳它。如果沒有指定位置, ``a.pop()`` 將會移除 list 中最後的項目並回傳它。(在 *i* 周圍的方括號代表這個參數是選用的,並不代表你應該在該位置輸入方括號。你將會常常在 Python 函式庫參考指南中看見這個表示法)"
78
+ msgstr "移除 list 中給定位置的項目,並回傳它。如果沒有指定位置, ``a.pop()`` 將會移除 list 中最後的項目並回傳它。(在 *i* 周圍的方括號代表這個參數是選用的,並不代表你應該在該位置輸入方括號。你將會常常在 Python 函式庫參考指南中看見這個表示法)"
79
79
80
80
#: ../../tutorial/datastructures.rst:60
81
81
msgid "Remove all items from the list. Equivalent to ``del a[:]``."
You can’t perform that action at this time.
0 commit comments