|
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 <adrianliaw2000@gmail.com>\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 thebinding ofthat name in thetop-" |
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 thename is not " |
| 146 | +"names specified in the statement refer to thebindings ofthose names in the " |
| 147 | +"top-level namespace. Names are resolved in the top-level namespace by " |
| 148 | +"searchingthe global namespace, i.e. the namespace of the module containing " |
| 149 | +"the codeblock, and the builtins namespace, the namespace of the module :mod:" |
| 150 | +"`builtins`. The global namespace is searched first. If thenames are not " |
151 | 151 | "found there, the builtins namespace is searched. The :keyword:`!global` "
|
152 |
| -"statement must precede all uses of thename." |
| 152 | +"statement must precede all uses of thelisted names." |
153 | 153 | msgstr""
|
154 | 154 |
|
155 | 155 | #:../../reference/executionmodel.rst:131
|
|