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

Skip to content

Commit 1b61169

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython ac1b7a33
1 parent f3fea4f commit 1b61169

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

reference/executionmodel.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.7\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-06-20 18:08+0800\n"
10+
"POT-Creation-Date: 2021-10-17 00:12+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:17+0000\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -143,13 +143,13 @@ msgstr ""
143143
#: ../../reference/executionmodel.rst:122
144144
msgid ""
145145
"If the :keyword:`global` statement occurs within a block, all uses of the "
146-
"name specified in the statement refer to the binding of that name in the top-"
147-
"level namespace. Names are resolved in the top-level namespace by searching "
148-
"the global namespace, i.e. the namespace of the module containing the code "
149-
"block, and the builtins namespace, the namespace of the module :mod:"
150-
"`builtins`. The global namespace is searched first. If the name is not "
146+
"names specified in the statement refer to the bindings of those names in the "
147+
"top-level namespace. Names are resolved in the top-level namespace by "
148+
"searching the global namespace, i.e. the namespace of the module containing "
149+
"the code block, and the builtins namespace, the namespace of the module :mod:"
150+
"`builtins`. The global namespace is searched first. If the names are not "
151151
"found there, the builtins namespace is searched. The :keyword:`!global` "
152-
"statement must precede all uses of the name."
152+
"statement must precede all uses of the listed names."
153153
msgstr ""
154154

155155
#: ../../reference/executionmodel.rst:131

0 commit comments

Comments
 (0)