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

Skip to content

Commit 796d45f

Browse files
committed
[po] auto sync bot
1 parent c445aa8 commit 796d45f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

glossary.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,17 @@ msgid ""
154154
"Syntactically, any expression can be used to represent an argument; the "
155155
"evaluated value is assigned to the local variable."
156156
msgstr ""
157+
"参数会被赋值给函数体中对应的本地变量。有关赋值规则参见 :ref:`calls` "
158+
"一节。根据语法,任何表达式都可用来表示一个参数;最终算出的值会被赋给对应的本地变量。"
157159

158160
#: ../../glossary.rst:83
159161
msgid ""
160162
"See also the :term:`parameter` glossary entry, the FAQ question on :ref:`the"
161163
" difference between arguments and parameters <faq-argument-vs-parameter>`, "
162164
"and :pep:`362`."
163165
msgstr ""
166+
"另参见 :term:`parameter` 术语表条目,常见问题中 :ref:`参数与形参的区别 <faq-argument-vs-"
167+
"parameter>` 以及 :pep:`362`。"
164168

165169
#: ../../glossary.rst:86
166170
msgid "asynchronous context manager"
@@ -172,6 +176,8 @@ msgid ""
172176
"statement by defining :meth:`__aenter__` and :meth:`__aexit__` methods. "
173177
"Introduced by :pep:`492`."
174178
msgstr ""
179+
"此种对象通过定义 :meth:`__aenter__` 和 :meth:`__aexit__` 方法来对 :keyword:`async with` "
180+
"语句中的环境进行控制。由 :pep:`492` 引入。"
175181

176182
#: ../../glossary.rst:91
177183
msgid "asynchronous generator"

0 commit comments

Comments
 (0)