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

Skip to content

Commit ff7ea84

Browse files
[po] auto sync
1 parent 319b290 commit ff7ea84

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

reference/expressions.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,9 +2097,9 @@ msgid ""
20972097
"``''``.)"
20982098
msgstr ""
20992099
"请注意 :keyword:`and` 和 :keyword:`or` 都不限制其返回的值和类型必须为 ``False`` 和 "
2100-
"``True``,而是返回最终求值的参数。 此行为是有必要的,例如假设 ``s`` 为一个当其为空时应被替换为某个默认值的字符串,表达式 ``s or "
2101-
"'foo'`` 将产生希望的值。 由于 :keyword:`not` 必须创建一个新值,不论其参数为何种类型它都会返回一个布尔值(例如,``not "
2102-
"'foo'`` 结果为 ``False`` 而非 ``''``。)"
2100+
"``True``,而是返回最后被求值的操作数。 此行为是有必要的,例如假设 ``s`` 为一个当其为空时应被替换为某个默认值的字符串,表达式 ``s "
2101+
"or 'foo'`` 将产生希望的值。 由于 :keyword:`not` 必须创建一个新值,不论其参数为何种类型它都会返回一个布尔值(例如,``not"
2102+
" 'foo'`` 结果为 ``False`` 而非 ``''``。)"
21032103

21042104
#: ../../reference/expressions.rst:1686
21052105
msgid "Assignment expressions"

0 commit comments

Comments
 (0)