File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ msgstr ""
453453msgid ""
454454"When importing the package, Python searches through the directories on "
455455"``sys.path`` looking for the package subdirectory."
456- msgstr "当调入包时 ,Python通过``sys.path``里的路径搜索包的子路径。"
456+ msgstr "当导入包时 ,Python通过 ``sys.path`` 里的路径搜索包的子路径。"
457457
458458#: ../../tutorial/modules.rst:428
459459msgid ""
@@ -521,11 +521,11 @@ msgid ""
521521"previous item."
522522msgstr ""
523523"相反,当使用 ``import item.subitem.subsubitem`` "
524- "这样的语法时,除了last之外的每个项都必须是一个包;最后一项可以是模块或包,但不能是前一项中定义的类或函数或变量 。"
524+ "这样的语法时,除了last之外的每个项都必须是一个包;最后一项可以是模块或包,但不能是类或函数或变量 。"
525525
526526#: ../../tutorial/modules.rst:479
527527msgid "Importing \\ * From a Package"
528- msgstr "从包中导入 \\ *"
528+ msgstr "使用 \\ * 导入 "
529529
530530#: ../../tutorial/modules.rst:483
531531msgid ""
You can’t perform that action at this time.
0 commit comments