We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6725605 commit fdaa303Copy full SHA for fdaa303
library/io.po
@@ -981,7 +981,7 @@ msgid ""
981
"or negative, data is read and returned until EOF is reached. An empty :"
982
"class:`bytes` object is returned if the stream is already at EOF."
983
msgstr ""
984
-"讀取並回傳最多 *size* 個位元組。如果引數被省略、為 ``None``、或為負值,將讀取"
+"讀取並回傳最多 *size* 個位元組。如果引數被省略、為 ``None`` 或為負值,將讀取"
985
"並回傳資料直到達到 EOF 為止。如果串流已經處於 EOF,則回傳一個空的 :class:"
986
"`bytes` 物件。"
987
@@ -1062,7 +1062,7 @@ msgid ""
1062
1063
"寫入給定的 :term:`bytes-like object`,*b*,並回傳寫入的位元組數量(總是等於 "
1064
"*b* 的長度,以位元組計,因為如果寫入失敗將會引發 :exc:`OSError`)。根據實際的"
1065
-"實作,這些位元組可能會立即寫入底層串流,或出於性能和延遲的原故而被留在緩衝區"
+"實作,這些位元組可能會立即寫入底層串流,或出於性能和延遲的緣故而被留在緩衝區"
1066
"當中。"
1067
1068
#: ../../library/io.rst:622
0 commit comments