Skip to content

Commit dd0cf57

Browse files
committed
fixed translation #: ../../library/contextvars.rst:63
1 parent eb03bde commit dd0cf57

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

library/contextvars.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgstr ""
55
"Project-Id-Version: Python 3.13\n"
66
"Report-Msgid-Bugs-To: \n"
77
"POT-Creation-Date: 2024-10-31 00:13+0000\n"
8-
"PO-Revision-Date: 2025-07-17 20:49+0800\n"
8+
"PO-Revision-Date: 2025-07-30 22:06+0800\n"
99
"Last-Translator: \n"
1010
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1111
"tw)\n"
@@ -69,7 +69,8 @@ msgid ""
6969
"`ContextVar.get` when no value for the variable is found in the current "
7070
"context."
7171
msgstr ""
72-
"當在目前的情境中找不到變數的值時,:meth:`ContextVar.get` 會回傳僅限關鍵字參數 *default*。"
72+
"當在目前的情境中找不到變數的值時,:meth:`ContextVar.get` 會回傳僅限關鍵字參"
73+
"數 *default*。"
7374

7475
#: ../../library/contextvars.rst:42
7576
msgid ""
@@ -105,7 +106,7 @@ msgstr "回傳方法的 *default* 引數值(如果有的話);否則"
105106
msgid ""
106107
"return the default value for the context variable, if it was created with "
107108
"one; or"
108-
msgstr "回傳情境變數的預設值(如果是用情境變量建立的的話);否則"
109+
msgstr "回傳情境變數的預設值(如果建立情境變數時有指定預設值的話);否則"
109110

110111
#: ../../library/contextvars.rst:66
111112
msgid "raise a :exc:`LookupError`."
@@ -126,8 +127,8 @@ msgid ""
126127
"Returns a :class:`~contextvars.Token` object that can be used to restore the "
127128
"variable to its previous value via the :meth:`ContextVar.reset` method."
128129
msgstr ""
129-
"回傳一個 :class:`~contextvars.Token` 物件,該物件可透過 :meth:`ContextVar.reset` "
130-
"方法,用來將變數還原到之前的值。"
130+
"回傳一個 :class:`~contextvars.Token` 物件,該物件可透過 :meth:`ContextVar."
131+
"reset` 方法,用來將變數還原到之前的值。"
131132

132133
#: ../../library/contextvars.rst:82
133134
msgid ""

0 commit comments

Comments
 (0)