Skip to content

Commit 7f488e9

Browse files
committed
fix: use 取得 instead of 獲取
1 parent 6c5f9c0 commit 7f488e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/asyncio-eventloop.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ msgstr ""
5858

5959
#: ../../library/asyncio-eventloop.rst:28
6060
msgid "Obtaining the Event Loop"
61-
msgstr "獲取事件迴圈"
61+
msgstr "取得事件迴圈"
6262

6363
#: ../../library/asyncio-eventloop.rst:29
6464
msgid ""
6565
"The following low-level functions can be used to get, set, or create an "
6666
"event loop:"
67-
msgstr "以下的低階函式可用於獲取、設置或建立事件迴圈:"
67+
msgstr "以下的低階函式可用於取得、設置或建立事件迴圈:"
6868

6969
#: ../../library/asyncio-eventloop.rst:34
7070
msgid "Return the running event loop in the current OS thread."
@@ -1342,7 +1342,7 @@ msgid ""
13421342
msgstr ""
13431343
"*offset* 告訴從哪裡開始讀取檔案。如果指定了,*count* 是要傳輸的總位元組數,而"
13441344
"不是發送檔案直到達到 EOF。即使此方法引發錯誤時,檔案位置也始終更新,可以使"
1345-
"用 :meth:`file.tell() <io.IOBase.tell>` 獲取實際發送的位元組數。"
1345+
"用 :meth:`file.tell() <io.IOBase.tell>` 取得實際發送的位元組數。"
13461346

13471347
#: ../../library/asyncio-eventloop.rst:873
13481348
msgid ""
@@ -2021,7 +2021,7 @@ msgstr "啟用除錯模式"
20212021

20222022
#: ../../library/asyncio-eventloop.rst:1385
20232023
msgid "Get the debug mode (:class:`bool`) of the event loop."
2024-
msgstr "獲取事件迴圈的除錯模式\\ :class:`bool`\\ )。"
2024+
msgstr "取得事件迴圈的除錯模式\\ :class:`bool`\\ )。"
20252025

20262026
#: ../../library/asyncio-eventloop.rst:1387
20272027
msgid ""

0 commit comments

Comments
 (0)