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

Skip to content

Commit d62fef4

Browse files
committed
[po] auto sync bot
1 parent b7ab36e commit d62fef4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

reference/simple_stmts.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ msgid ""
334334
"first looks-up ``a[i]``, then it evaluates ``f(x)`` and performs the "
335335
"addition, and lastly, it writes the result back to ``a[i]``."
336336
msgstr ""
337+
"不同于普通赋值,增强赋值会在对右手边求值 *之前* 对左手边求值。 例如,``a[i] += f(x)`` 首先查找 ``a[i]``,然后对 "
338+
"``f(x)`` 求值并执行加法操作,最后将结果写回到 ``a[i]``。"
337339

338340
#: ../../reference/simple_stmts.rst:308
339341
msgid ""

0 commit comments

Comments
 (0)