1212# leollon <[email protected] >, 20201313# 1lin24 <[email protected] >, 20201414# Dai Xu <[email protected] >, 202115- # Freesand Leo <[email protected] >, 2021 15+ # Freesand Leo <[email protected] >, 2022 1616#
1717#, fuzzy
1818msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121"Report-Msgid-Bugs-To : \n "
2222"POT-Creation-Date : 2021-01-08 16:11+0000\n "
2323"PO-Revision-Date : 2020-05-30 12:04+0000\n "
24- "
Last-Translator :
Freesand Leo <[email protected] >, 2021 \n "
24+ "
Last-Translator :
Freesand Leo <[email protected] >, 2022 \n "
2525"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2626"MIME-Version : 1.0\n "
2727"Content-Type : text/plain; charset=UTF-8\n "
@@ -300,10 +300,9 @@ msgid ""
300300"return value is the module object (which can be different if re-importing "
301301"causes a different object to be placed in :data:`sys.modules`)."
302302msgstr ""
303- "重新加载之前导入的 "
304- "*module*。那个参数必须是一个模块对象,所以它之前必须已经成功导入了。这样做是有用的,如果使用外部编辑器编已经辑过了那个模块的源代码文件并且想在退出"
305- " Python 解释器之前试验这个新版本的模块。函数的返回值是那个模块对象(如果重新导入导致一个不同的对象放置在 :data:`sys.modules`"
306- " 中,那么那个模块对象是有可能会不同)。"
303+ "重新加载之前导入的 *module*。 那个参数必须是一个模块对象,所以它之前必须已经成功导入了。 "
304+ "这在你已经使用外部编辑器编辑过了那个模块的源代码文件并且想在退出 Python 解释器之前试验这个新版本的模块的时候将很适用。 "
305+ "函数的返回值是那个模块对象(如果重新导入导致一个不同的对象放置在 :data:`sys.modules` 中,那么那个模块对象是有可能会不同)。"
307306
308307#: ../../library/importlib.rst:157
309308msgid "When :func:`reload` is executed:"
0 commit comments