Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f0e8d5f

Browse filesBrowse files
committed
Add blank in rst:50
1 parent 86c85fb commit f0e8d5f
Copy full SHA for f0e8d5f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎tutorial/datastructures.po

Copy file name to clipboardExpand all lines: tutorial/datastructures.po
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgstr ""
1414
"Project-Id-Version: Python 3.6 TW\n"
1515
"Report-Msgid-Bugs-To: \n"
1616
"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"
1818
"Last-Translator: Ching-Hao Liu <chinghao.liu@gmail.com>\n"
1919
"Language-Team: Chinese Traditional (http://www.transifex.com/python-tw-doc/python-36-tw/language/zh-Hant/)\n"
2020
"MIME-Version: 1.0\n"
@@ -75,7 +75,7 @@ msgid ""
7575
"that the parameter is optional, not that you should type square brackets at "
7676
"that position. You will see this notation frequently in the Python Library "
7777
"Reference.)"
78-
msgstr "移除list 中給定位置的項目,並回傳它。如果沒有指定位置, ``a.pop()`` 將會移除 list 中最後的項目並回傳它。(在 *i* 周圍的方括號代表這個參數是選用的,並不代表你應該在該位置輸入方括號。你將會常常在 Python 函式庫參考指南中看見這個表示法)"
78+
msgstr "移除 list 中給定位置的項目,並回傳它。如果沒有指定位置, ``a.pop()`` 將會移除 list 中最後的項目並回傳它。(在 *i* 周圍的方括號代表這個參數是選用的,並不代表你應該在該位置輸入方括號。你將會常常在 Python 函式庫參考指南中看見這個表示法)"
7979

8080
#: ../../tutorial/datastructures.rst:60
8181
msgid "Remove all items from the list. Equivalent to ``del a[:]``."

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.