File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ msgid ""
109
109
"`~Rational.denominator` properties. It also provides a default for :func:"
110
110
"`float`."
111
111
msgstr ""
112
- ":class:`Real` 的子型別,再加入 :attr:`~Rational.numerator` 和 :attr:"
112
+ ":class:`Real` 的子型別,並增加了 :attr:`~Rational.numerator` 和 :attr:"
113
113
"`~Rational.denominator` 這兩種特性。它也會提供 :func:`float` 的預設值。"
114
114
115
115
#: ../../library/numbers.rst:65
@@ -198,7 +198,7 @@ msgid ""
198
198
msgstr ""
199
199
":class:`Complex` 的子類別有 5 種不同的混合型別操作。我將上面提到所有不涉及 "
200
200
"``MyIntegral`` 和 ``OtherTypeIKnowAbout`` 的程式碼稱作「模板 "
201
- "(boilerplate)」。``a`` 是 :class:`Complex` 之子型別 ``A`` 的實例 (``a : A "
201
+ "(boilerplate)」。``a`` 是 :class:`Complex` 之子型別 ``A`` 的實例 (``a : A "
202
202
"<: Complex``),同時 ``b : B <: Complex``。我將要計算 ``a + b``:"
203
203
204
204
#: ../../library/numbers.rst:163
@@ -248,7 +248,7 @@ msgid ""
248
248
"then the appropriate shared operation is the one involving the built in :"
249
249
"class:`complex`, and both :meth:`__radd__` s land there, so ``a+b == b+a``."
250
250
msgstr ""
251
- "如果 ``A <: Complex`` 和 ``B <: Real`` 且沒有共享任何其他型別上的理解,那麼適當共享操作會涉 "
251
+ "如果 ``A <: Complex`` 和 ``B <: Real`` 且沒有共享任何其他型別上的理解,那麼適當的共享操作會涉 "
252
252
"及內建的 :class:`complex`,並且分別用到 :meth:`__radd__`,因此 ``a+b == b"
253
253
"+a``。"
254
254
You can’t perform that action at this time.
0 commit comments