Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5bb37c

Browse files
committed
[po] auto sync bot
1 parent e839138 commit e5bb37c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tutorial/modules.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ msgstr ""
453453
msgid ""
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
459459
msgid ""
@@ -521,11 +521,11 @@ msgid ""
521521
"previous item."
522522
msgstr ""
523523
"相反,当使用 ``import item.subitem.subsubitem`` "
524-
"这样的语法时,除了last之外的每个项都必须是一个包;最后一项可以是模块或包,但不能是前一项中定义的类或函数或变量。"
524+
"这样的语法时,除了last之外的每个项都必须是一个包;最后一项可以是模块或包,但不能是类或函数或变量。"
525525

526526
#: ../../tutorial/modules.rst:479
527527
msgid "Importing \\* From a Package"
528-
msgstr "从包中导入 \\*"
528+
msgstr "使用 \\* 导入"
529529

530530
#: ../../tutorial/modules.rst:483
531531
msgid ""

0 commit comments

Comments
 (0)