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

Skip to content

Commit 25e12e7

Browse files
committed
[po] auto sync bot
1 parent 2e772c7 commit 25e12e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

c-api/number.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,13 @@ msgstr ""
250250
msgid ""
251251
"Returns the *o* converted to an integer object on success, or *NULL* on "
252252
"failure. This is the equivalent of the Python expression ``int(o)``."
253-
msgstr ""
253+
msgstr "返回 *o* 转换成整数类型的对象后的结果,如果失败,返回 *NULL* 。等价于Python中的表达式 ``int(o)``。"
254254

255255
#: ../../c-api/number.rst:247
256256
msgid ""
257257
"Returns the *o* converted to a float object on success, or *NULL* on "
258258
"failure. This is the equivalent of the Python expression ``float(o)``."
259-
msgstr ""
259+
msgstr "返回 *o* 转换成浮点数类型的对象后的结果,如果失败,返回 *NULL*。等价于Python中的表达式 ``float(o)``。"
260260

261261
#: ../../c-api/number.rst:253
262262
msgid ""

0 commit comments

Comments
 (0)