Skip to content

Commit 652bb67

Browse files
authored
fix(library/zipfile): add eng of file handle
1 parent 46ed315 commit 652bb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/zipfile.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ msgid ""
459459
"open, attempting to read or write other files in the ZIP file will raise a :"
460460
"exc:`ValueError`."
461461
msgstr ""
462-
"在 ``mode='w'`` 時,會回傳一個可寫的檔案控點,它支援 :meth:`~io."
462+
"在 ``mode='w'`` 時,會回傳一個可寫的檔案控點 (file handle),它支援 :meth:`~io."
463463
"BufferedIOBase.write` 方法。當一個可寫的檔案控點開啟時,嘗試讀取或寫入 ZIP 檔"
464464
"案中的其他檔案將會引發 :exc:`ValueError`。"
465465

0 commit comments

Comments
 (0)