Skip to content

Commit 0c84161

Browse files
committed
fix(library/array): update based on changes from cpython syncing
1 parent aecf717 commit 0c84161

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

library/array.po

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#
55
# Translators:
66
# Liang-Bo Wang <me@liang2.tw>, 2016
7-
# Liang-Bo Wang <me@liang2.tw>, 2016
87
# 周 忠毅 <rilakcrc35@gmail.com>, 2016
98
msgid ""
109
msgstr ""
@@ -354,7 +353,6 @@ msgid ":meth:`fromstring` is renamed to :meth:`frombytes` for clarity."
354353
msgstr "為了更明確,之前的 :meth:`fromstring` 被更名為 :meth:`frombytes` 。"
355354

356355
#: ../../library/array.rst:160
357-
#, fuzzy
358356
msgid ""
359357
"Read *n* items (as machine values) from the :term:`file object` *f* and "
360358
"append them to the end of the array. If less than *n* items are available, :"
@@ -363,8 +361,7 @@ msgid ""
363361
msgstr ""
364362
"從 :term:`file object` *f* 讀取 *n* 個 machine value 類型的元素,接著將這些元"
365363
"素加入陣列的最尾端。如果只有少於 *n* 個有效的元素會產生 :exc:`EOFError` 錯"
366-
"誤,但有效的元素仍然會被加入陣列中。 *f* 必須是一個真正的內建檔案物件,其他擁"
367-
"有 :meth:`read` 方法的不行。"
364+
"誤,但有效的元素仍然會被加入陣列中。"
368365

369366
#: ../../library/array.rst:168
370367
msgid ""

0 commit comments

Comments
 (0)