Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948ac75 commit 147dea5Copy full SHA for 147dea5
1 file changed
faq/programming.po
@@ -926,7 +926,7 @@ msgstr "对于各种赋值运算符( ``=`` 、 ``+=`` 等)来说同样如此
926
927
#: ../../faq/programming.rst:711
928
msgid "Is there an equivalent of C's \"?:\" ternary operator?"
929
-msgstr "是否有与 C 的 \"?:\" 三目运算符等价的东西?"
+msgstr "是否提供等价于 C 语言 \"?:\" 三目运算符的东西?"
930
931
#: ../../faq/programming.rst:713
932
msgid "Yes, there is. The syntax is as follows::"
@@ -936,7 +936,7 @@ msgstr "有的。语法如下:"
936
msgid ""
937
"Before this syntax was introduced in Python 2.5, a common idiom was to use "
938
"logical operators::"
939
-msgstr "在 Python 2.5 引入上述语法之前,常见的做法是使用逻辑运算符:"
+msgstr "在 Python 2.5 引入上述语法之前,通常的做法是使用逻辑运算符:"
940
941
#: ../../faq/programming.rst:725
942
0 commit comments