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 2e772c7 commit 25e12e7Copy full SHA for 25e12e7
1 file changed
c-api/number.po
@@ -250,13 +250,13 @@ msgstr ""
250
msgid ""
251
"Returns the *o* converted to an integer object on success, or *NULL* on "
252
"failure. This is the equivalent of the Python expression ``int(o)``."
253
-msgstr ""
+msgstr "返回 *o* 转换成整数类型的对象后的结果,如果失败,返回 *NULL* 。等价于Python中的表达式 ``int(o)``。"
254
255
#: ../../c-api/number.rst:247
256
257
"Returns the *o* converted to a float object on success, or *NULL* on "
258
"failure. This is the equivalent of the Python expression ``float(o)``."
259
+msgstr "返回 *o* 转换成浮点数类型的对象后的结果,如果失败,返回 *NULL*。等价于Python中的表达式 ``float(o)``。"
260
261
#: ../../c-api/number.rst:253
262
0 commit comments