@@ -1115,22 +1115,24 @@ msgid ""
11151115"nonzero real part, add a floating point number to it, e.g., ``(3+4j)``. "
11161116"Some examples of imaginary literals::"
11171117msgstr ""
1118+ "一个虚数字面值将生成一个实部为 0.0 的复数。复数是以一对浮点数来表示的,它们的取值范围相同。要创建一个实部不为零的复数,就加上一个浮点数,例如 "
1119+ "``(3+4j)``。一些虚数字面值的示例如下::"
11181120
11191121#: ../../reference/lexical_analysis.rst:828
11201122msgid "Operators"
1121- msgstr ""
1123+ msgstr "运算符 "
11221124
11231125#: ../../reference/lexical_analysis.rst:832
11241126msgid "The following tokens are operators:"
1125- msgstr ""
1127+ msgstr "以下形符属于运算符: "
11261128
11271129#: ../../reference/lexical_analysis.rst:845
11281130msgid "Delimiters"
1129- msgstr ""
1131+ msgstr "分隔符 "
11301132
11311133#: ../../reference/lexical_analysis.rst:849
11321134msgid "The following tokens serve as delimiters in the grammar:"
1133- msgstr ""
1135+ msgstr "以下形符在语法中归类为分隔符: "
11341136
11351137#: ../../reference/lexical_analysis.rst:858
11361138msgid ""
@@ -1139,18 +1141,19 @@ msgid ""
11391141"second half of the list, the augmented assignment operators, serve lexically"
11401142" as delimiters, but also perform an operation."
11411143msgstr ""
1144+ "句点也可出现于浮点数和虚数字面值中。连续三个句点有表示一个省略符的特殊含义。以上列表的后半部分为增强赋值操作符,在词法中作为分隔符,但也起到运算作用。"
11421145
11431146#: ../../reference/lexical_analysis.rst:863
11441147msgid ""
11451148"The following printing ASCII characters have special meaning as part of "
11461149"other tokens or are otherwise significant to the lexical analyzer:"
1147- msgstr ""
1150+ msgstr "以下可打印 ASCII 字符作为其他形符的组成部分时具有特殊含义,或是对词法分析器有重要意义: "
11481151
11491152#: ../../reference/lexical_analysis.rst:870
11501153msgid ""
11511154"The following printing ASCII characters are not used in Python. Their "
11521155"occurrence outside string literals and comments is an unconditional error:"
1153- msgstr ""
1156+ msgstr "以下可打印 ASCII 字符不在 Python 词法中使用。如果出现于字符串字面值和注释之外将无条件地引发错误: "
11541157
11551158#: ../../reference/lexical_analysis.rst:879
11561159msgid "Footnotes"
0 commit comments