Skip to content

Commit 536bc5a

Browse files
committed
fix: tranlsate file-like as 類檔案物件
1 parent 5d764e5 commit 536bc5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/asyncio-eventloop.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,7 +2139,7 @@ msgstr "*stdin* 可以是以下任意一個:"
21392139
#: ../../library/asyncio-eventloop.rst:1471
21402140
#: ../../library/asyncio-eventloop.rst:1481
21412141
msgid "a file-like object"
2142-
msgstr "類檔物件"
2142+
msgstr "類檔案物件"
21432143

21442144
#: ../../library/asyncio-eventloop.rst:1461
21452145
msgid ""
@@ -2213,7 +2213,7 @@ msgid ""
22132213
"`~loop.connect_write_pipe` or :meth:`~loop.connect_read_pipe` for use with "
22142214
"the event loop."
22152215
msgstr ""
2216-
"如果傳遞給 *stdin*、*stdout* 或 *stderr* 的類檔物件表示管道,則該管道的其他一"
2216+
"如果傳遞給 *stdin*、*stdout* 或 *stderr* 的類檔案物件表示管道,則該管道的其他一"
22172217
"端應該使用 :meth:`~loop.connect_write_pipe` 或 :meth:`~loop."
22182218
"connect_read_pipe` 註冊到事件迴圈中。"
22192219

0 commit comments

Comments
 (0)