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

Skip to content

Commit b311bb1

Browse files
committed
[po] auto sync bot
1 parent 633e825 commit b311bb1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

c-api/conversion.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,17 @@ msgid ""
126126
"have leading or trailing whitespace. The conversion is independent of the "
127127
"current locale."
128128
msgstr ""
129+
"将字符串 ``s`` 转换为 :c:type:`double` 类型, 失败时引发Python异常。 接受的字符串的集合对应于被 Python 的 "
130+
":func:`float` 构造函数接受的字符串的集合, 除了 ``s`` 必须没有前导或尾随空格。 转换必须独立于当前的区域。"
129131

130132
#: ../../c-api/conversion.rst:62
131133
msgid ""
132134
"If ``endptr`` is ``NULL``, convert the whole string. Raise "
133135
":exc:`ValueError` and return ``-1.0`` if the string is not a valid "
134136
"representation of a floating-point number."
135137
msgstr ""
138+
"如果 ``endptr`` 是 ``NULL`` ,转换整个字符串。引发 :exc:`ValueError` 并且 返回 ``-1.0`` "
139+
"如果字符串不是浮点数的有效的表达方式。"
136140

137141
#: ../../c-api/conversion.rst:66
138142
msgid ""

0 commit comments

Comments
 (0)