@@ -342,7 +342,7 @@ msgid ""
342
342
"for the *callback* to run in. Callbacks use the current context when no *context* is "
343
343
"provided."
344
344
msgstr ""
345
- "選用的關鍵字引數 *context* 指定了 *callback* 執行的自定義 :class:`contextvars.Context`。當未"
345
+ "選用的僅限關鍵字引數 *context* 指定了 *callback* 執行的自定義 :class:`contextvars.Context`。當未"
346
346
"提供 *context* 時,回呼函式使用當前情境。"
347
347
348
348
#: ../../library/asyncio-eventloop.rst:231
@@ -434,7 +434,7 @@ msgid ""
434
434
"Context` for the *callback* to run in. The current context is used when no *context* is "
435
435
"provided."
436
436
msgstr ""
437
- "可選的關鍵字專用 *context* 引數允許為 *callback* 指定自定義的 :class:`contextvars.Context` 以"
437
+ "可選的僅限關鍵字 *context* 引數允許為 *callback* 指定自定義的 :class:`contextvars.Context` 以"
438
438
"便運行。當未提供 *context* 時,將使用當前情境。"
439
439
440
440
#: ../../library/asyncio-eventloop.rst:300
@@ -527,7 +527,7 @@ msgid ""
527
527
"Context` for the *coro* to run in. The current context copy is created when no *context* is "
528
528
"provided."
529
529
msgstr ""
530
- "可選的關鍵字專用 *context* 引數允許為 *coro* 指定自定義的 :class:`contextvars.Context` 以便運"
530
+ "可選的僅限關鍵字 *context* 引數允許為 *coro* 指定自定義的 :class:`contextvars.Context` 以便運"
531
531
"行。當未提供 *context* 時,將建立當前情境的副本。"
532
532
533
533
#: ../../library/asyncio-eventloop.rst:369
@@ -2182,7 +2182,7 @@ msgid ""
2182
2182
"In this case ``Server.start_serving()``, or :meth:`Server.serve_forever` can be used to make "
2183
2183
"the Server start accepting connections."
2184
2184
msgstr ""
2185
- "*start_serving* 關鍵字參數只能在 :meth:`loop.create_server` 和 :meth:`asyncio.start_server` "
2185
+ "*start_serving* 僅限關鍵字參數只能在 :meth:`loop.create_server` 和 :meth:`asyncio.start_server` "
2186
2186
"中使用,允許建立一個最初不接受連線的 Server 物件。在這種情況下,可以使用 ``Server."
2187
2187
"start_serving()`` 或 :meth:`Server.serve_forever` 來使 Server 開始接受連線。"
2188
2188
0 commit comments