|
7 | 7 | msgstr ""
|
8 | 8 | "Project-Id-Version: Python 3.7\n"
|
9 | 9 | "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" |
11 | 11 | "PO-Revision-Date: 2018-05-23 16:17+0000\n"
|
12 | 12 | " Last-Translator: Adrian Liaw <[email protected]>\n"
|
13 | 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -143,13 +143,13 @@ msgstr ""
|
143 | 143 | #: ../../reference/executionmodel.rst:122
|
144 | 144 | msgid ""
|
145 | 145 | "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 " |
151 | 151 | "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." |
153 | 153 | msgstr ""
|
154 | 154 |
|
155 | 155 | #: ../../reference/executionmodel.rst:131
|
|
0 commit comments