Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a2a2c commit 907d90fCopy full SHA for 907d90f
1 file changed
library/test.po
@@ -1500,13 +1500,15 @@ msgid ""
1500
"positional arguments, then reverts :data:`sys.path` to the copied settings "
1501
"when the context ends."
1502
msgstr ""
1503
+"这将创建 :data:`sys.path` 的一个副本,添加作为位置参数传入的任何目录,然后在上下文结束时将 :data:`sys.path` "
1504
+"还原到副本的设置。"
1505
1506
#: ../../library/test.rst:1352
1507
msgid ""
1508
"Note that *all* :data:`sys.path` modifications in the body of the context "
1509
"manager, including replacement of the object, will be reverted at the end of"
1510
" the block."
-msgstr ""
1511
+msgstr "请注意该上下文管理器代码块中 *所有* 对 :data:`sys.path` 的修改,包括对象的替换,都将在代码块结束时被还原。"
1512
1513
#: ../../library/test.rst:1359
1514
0 commit comments