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 b8280e4 commit 503859eCopy full SHA for 503859e
library/math.po
@@ -123,8 +123,8 @@ msgid ""
123
"*x* is not a float, delegates to :meth:`x.__floor__ <object.__floor__>`, "
124
"which should return an :class:`~numbers.Integral` value."
125
msgstr ""
126
-"回傳 *x* 經下取整的值,即小於或等於 *x* 的最大整數。若 *x* 並非浮點數,此"
127
-"函式將委託給 :meth:`x.__floor__ <object.__floor__>`,並回傳 :class:`~numbers."
+"回傳 *x* 經下取整的值,即小於或等於 *x* 的最大整數。若 *x* 並非浮點數,此函式"
+"將委派給 :meth:`x.__floor__ <object.__floor__>`,並回傳 :class:`~numbers."
128
"Integral` 型別的值。"
129
130
#: ../../library/math.rst:87
0 commit comments