Skip to content

Commit 4c8b778

Browse files
mattwang44WendaoLee
andcommitted
Apply suggestions from code review
Co-authored-by: LeeWendao <[email protected]>
1 parent 53e913b commit 4c8b778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/numbers.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ msgid ""
109109
"`~Rational.denominator` properties. It also provides a default for :func:"
110110
"`float`."
111111
msgstr ""
112-
":class:`Real` 的子型別,再加入 :attr:`~Rational.numerator` 和 :attr:"
112+
":class:`Real` 的子型別,並增加了 :attr:`~Rational.numerator` 和 :attr:"
113113
"`~Rational.denominator` 這兩種特性。它也會提供 :func:`float` 的預設值。"
114114

115115
#: ../../library/numbers.rst:65
@@ -198,7 +198,7 @@ msgid ""
198198
msgstr ""
199199
":class:`Complex` 的子類別有 5 種不同的混合型別操作。我將上面提到所有不涉及 "
200200
"``MyIntegral`` 和 ``OtherTypeIKnowAbout`` 的程式碼稱作「模板 "
201-
"(boilerplate)」。``a`` 是 :class:`Complex` 之子型別 ``A`` 的實例 (``a : A "
201+
"(boilerplate)」。``a`` 是 :class:`Complex` 之子型別 ``A`` 的實例 (``a : A "
202202
"<: Complex``),同時 ``b : B <: Complex``。我將要計算 ``a + b``:"
203203

204204
#: ../../library/numbers.rst:163
@@ -248,7 +248,7 @@ msgid ""
248248
"then the appropriate shared operation is the one involving the built in :"
249249
"class:`complex`, and both :meth:`__radd__` s land there, so ``a+b == b+a``."
250250
msgstr ""
251-
"如果 ``A <: Complex`` 和 ``B <: Real`` 且沒有共享任何其他型別上的理解,那麼適當共享操作會涉"
251+
"如果 ``A <: Complex`` 和 ``B <: Real`` 且沒有共享任何其他型別上的理解,那麼適當的共享操作會涉"
252252
"及內建的 :class:`complex`,並且分別用到 :meth:`__radd__`,因此 ``a+b == b"
253253
"+a``。"
254254

0 commit comments

Comments
 (0)