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

Skip to content

Commit 8a6278d

Browse files
[po] auto sync
1 parent 5c973bc commit 8a6278d

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

tutorial/datastructures.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# Henry Zhu <[email protected]>, 2018
1212
# Junkai Shao <[email protected]>, 2018
1313
# zkonge <[email protected]>, 2019
14-
# chyroc chen <[email protected]>, 2019
1514
# Freesand Leo <[email protected]>, 2019
1615
#
1716
#, fuzzy
@@ -600,7 +599,7 @@ msgid ""
600599
msgstr ""
601600
"布尔运算符 ``and`` 和 ``or`` 也被称为 *短路* 运算符:它们的参数从左至右解析,一旦可以确定结果解析就会停止。例如,如果 ``A`` "
602601
"和 ``C`` 为真而 ``B`` 为假,那么 ``A and B and C`` 不会解析 "
603-
"``C``。当作用于普通值而非布尔值时,短路操作符的返回值通常是最后一个变量。"
602+
"``C``。当用作普通值而非布尔值时,短路操作符的返回值通常是最后一个变量。"
604603

605604
#: /home/travis/build/python/cpython-doc-catalog/Doc/tutorial/datastructures.rst:670
606605
msgid ""
@@ -615,9 +614,8 @@ msgid ""
615614
"problems encountered in C programs: typing ``=`` in an expression when "
616615
"``==`` was intended."
617616
msgstr ""
618-
"请注意 Python 与 C 不同,在表达式内部赋值必须显式地使用海象运算符 ``:=`` 来完成。 这避免了一类This avoids a "
619-
"common class of problems encountered in C 程序中常见的错误:想要在表达式中写 ``==`` 时却写成了 "
620-
"``=``。"
617+
"请注意 Python 与 C 不同,在表达式内部赋值必须显式地使用海象运算符 ``:=`` 来完成。 这避免了一类 C "
618+
"程序中常见的错误:想要在表达式中写 ``==`` 时却写成了 ``=``。"
621619

622620
#: /home/travis/build/python/cpython-doc-catalog/Doc/tutorial/datastructures.rst:687
623621
msgid "Comparing Sequences and Other Types"

0 commit comments

Comments
 (0)