Skip to content

Commit fdaa303

Browse files
committed
Fix translation issues as per reviewer's suggestions
1 parent 6725605 commit fdaa303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/io.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ msgid ""
981981
"or negative, data is read and returned until EOF is reached. An empty :"
982982
"class:`bytes` object is returned if the stream is already at EOF."
983983
msgstr ""
984-
"讀取並回傳最多 *size* 個位元組。如果引數被省略、為 ``None``或為負值,將讀取"
984+
"讀取並回傳最多 *size* 個位元組。如果引數被省略、為 ``None`` 或為負值,將讀取"
985985
"並回傳資料直到達到 EOF 為止。如果串流已經處於 EOF,則回傳一個空的 :class:"
986986
"`bytes` 物件。"
987987

@@ -1062,7 +1062,7 @@ msgid ""
10621062
msgstr ""
10631063
"寫入給定的 :term:`bytes-like object`,*b*,並回傳寫入的位元組數量(總是等於 "
10641064
"*b* 的長度,以位元組計,因為如果寫入失敗將會引發 :exc:`OSError`)。根據實際的"
1065-
"實作,這些位元組可能會立即寫入底層串流,或出於性能和延遲的原故而被留在緩衝區"
1065+
"實作,這些位元組可能會立即寫入底層串流,或出於性能和延遲的緣故而被留在緩衝區"
10661066
"當中。"
10671067

10681068
#: ../../library/io.rst:622

0 commit comments

Comments
 (0)