Skip to content

Commit 628c93a

Browse files
husohomeDr-XYZ
andauthored
Update library/contextvars.po
nice! thanks! Co-authored-by: Dr.XYZ <dr.xyz.tw@gmail.com>
1 parent 66a5d0b commit 628c93a

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
@@ -373,7 +373,7 @@ msgstr ""
373373
"ctx.run(main)\n"
374374
"\n"
375375
"# 'main()' 函式是在 'ctx' 情境中執行,\n"
376-
"# 所以對於 'var' 的變更會包含在 'ctx' 裡面:\n"
376+
"# 所以對 'var' 的變更會保存在 'ctx' 中:\n"
377377
"print(ctx[var]) # 'ham'\n"
378378
"\n"
379379
"# 但是,在 'ctx' 外, 'var' 的值仍然是 'spam':\n"

0 commit comments

Comments
 (0)