File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ msgid ""
109109"`~Rational.denominator` properties. It also provides a default for :func:"
110110"`float`."
111111msgstr ""
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 ""
198198msgstr ""
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``."
250250msgstr ""
251- "如果 ``A <: Complex`` 和 ``B <: Real`` 且沒有共享任何其他型別上的理解,那麼適當共享操作會涉 "
251+ "如果 ``A <: Complex`` 和 ``B <: Real`` 且沒有共享任何其他型別上的理解,那麼適當的共享操作會涉 "
252252"及內建的 :class:`complex`,並且分別用到 :meth:`__radd__`,因此 ``a+b == b"
253253"+a``。"
254254
You can’t perform that action at this time.
0 commit comments