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 c2e7423 commit b8280e4Copy full SHA for b8280e4
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