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 633e825 commit b311bb1Copy full SHA for b311bb1
1 file changed
c-api/conversion.po
@@ -126,13 +126,17 @@ msgid ""
126
"have leading or trailing whitespace. The conversion is independent of the "
127
"current locale."
128
msgstr ""
129
+"将字符串 ``s`` 转换为 :c:type:`double` 类型, 失败时引发Python异常。 接受的字符串的集合对应于被 Python 的 "
130
+":func:`float` 构造函数接受的字符串的集合, 除了 ``s`` 必须没有前导或尾随空格。 转换必须独立于当前的区域。"
131
132
#: ../../c-api/conversion.rst:62
133
msgid ""
134
"If ``endptr`` is ``NULL``, convert the whole string. Raise "
135
":exc:`ValueError` and return ``-1.0`` if the string is not a valid "
136
"representation of a floating-point number."
137
138
+"如果 ``endptr`` 是 ``NULL`` ,转换整个字符串。引发 :exc:`ValueError` 并且 返回 ``-1.0`` "
139
+"如果字符串不是浮点数的有效的表达方式。"
140
141
#: ../../c-api/conversion.rst:66
142
0 commit comments