Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff87464

Browse files
sync with cpython ac1b7a33
1 parentbecc10e commitff87464

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 <adrianliaw2000@gmail.com>\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 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 "
151151
"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."
153153
msgstr""
154154

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp