Skip to content

Commit 503859e

Browse files
committed
fix rst: 30-101 part 1
1 parent b8280e4 commit 503859e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/math.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ msgid ""
123123
"*x* is not a float, delegates to :meth:`x.__floor__ <object.__floor__>`, "
124124
"which should return an :class:`~numbers.Integral` value."
125125
msgstr ""
126-
"回傳 *x* 經下取整的值,即小於或等於 *x* 的最大整數。若 *x* 並非浮點數,"
127-
"函式將委託給 :meth:`x.__floor__ <object.__floor__>`,並回傳 :class:`~numbers."
126+
"回傳 *x* 經下取整的值,即小於或等於 *x* 的最大整數。若 *x* 並非浮點數,此函式"
127+
"將委派給 :meth:`x.__floor__ <object.__floor__>`,並回傳 :class:`~numbers."
128128
"Integral` 型別的值。"
129129

130130
#: ../../library/math.rst:87

0 commit comments

Comments
 (0)