File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Translators:
6
6
# Liang-Bo Wang <me@liang2.tw>, 2016
7
- # Liang-Bo Wang <me@liang2.tw>, 2016
8
7
# 周 忠毅 <rilakcrc35@gmail.com>, 2016
9
8
msgid ""
10
9
msgstr ""
@@ -354,7 +353,6 @@ msgid ":meth:`fromstring` is renamed to :meth:`frombytes` for clarity."
354
353
msgstr "為了更明確,之前的 :meth:`fromstring` 被更名為 :meth:`frombytes` 。"
355
354
356
355
#: ../../library/array.rst:160
357
- #, fuzzy
358
356
msgid ""
359
357
"Read *n* items (as machine values) from the :term:`file object` *f* and "
360
358
"append them to the end of the array. If less than *n* items are available, :"
@@ -363,8 +361,7 @@ msgid ""
363
361
msgstr ""
364
362
"從 :term:`file object` *f* 讀取 *n* 個 machine value 類型的元素,接著將這些元"
365
363
"素加入陣列的最尾端。如果只有少於 *n* 個有效的元素會產生 :exc:`EOFError` 錯"
366
- "誤,但有效的元素仍然會被加入陣列中。 *f* 必須是一個真正的內建檔案物件,其他擁"
367
- "有 :meth:`read` 方法的不行。"
364
+ "誤,但有效的元素仍然會被加入陣列中。"
368
365
369
366
#: ../../library/array.rst:168
370
367
msgid ""
You can’t perform that action at this time.
0 commit comments