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

Skip to content

Commit 8171ad7

Browse files
[po] auto sync
1 parent d638239 commit 8171ad7

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
@@ -2116,9 +2116,9 @@ msgid ""
21162116
"``''``.)"
21172117
msgstr ""
21182118
"请注意 :keyword:`and` 和 :keyword:`or` 都不限制其返回的值和类型必须为 ``False`` 和 "
2119-
"``True``,而是返回最终求值的参数。 此行为是有必要的,例如假设 ``s`` 为一个当其为空时应被替换为某个默认值的字符串,表达式 ``s or "
2120-
"'foo'`` 将产生希望的值。 由于 :keyword:`not` 必须创建一个新值,不论其参数为何种类型它都会返回一个布尔值(例如,``not "
2121-
"'foo'`` 结果为 ``False`` 而非 ``''``。)"
2119+
"``True``,而是返回最后被求值的操作数。 此行为是有必要的,例如假设 ``s`` 为一个当其为空时应被替换为某个默认值的字符串,表达式 ``s "
2120+
"or 'foo'`` 将产生希望的值。 由于 :keyword:`not` 必须创建一个新值,不论其参数为何种类型它都会返回一个布尔值(例如,``not"
2121+
" 'foo'`` 结果为 ``False`` 而非 ``''``。)"
21222122

21232123
#: ../../reference/expressions.rst:1696
21242124
msgid "Assignment expressions"

0 commit comments

Comments
 (0)