Skip to content

Commit fdd878a

Browse files
husohomeDr-XYZ
andauthored
Update library/contextvars.po
Co-authored-by: Dr.XYZ <[email protected]>
1 parent 480bce3 commit fdd878a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/contextvars.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ msgstr ""
153153
"var = ContextVar('var')\n"
154154
"\n"
155155
"token = var.set('new value')\n"
156-
"# 使用 'var 的程式碼;var.get() 回傳 'new value'。\n"
156+
"# 使用 'var' 的程式碼;var.get() 回傳 'new value'。\n"
157157
"var.reset(token)\n"
158158
"\n"
159159
"# 在重設呼叫之後,var 又沒有值了,所以\n"

0 commit comments

Comments
 (0)