Thanks to visit codestin.com Credit goes to github.com
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 9ed6cb6 commit 60cc1c6Copy full SHA for 60cc1c6
1 file changed
library/numbers.po
@@ -222,6 +222,8 @@ msgid ""
222
"then the appropriate shared operation is the one involving the built in "
223
":class:`complex`, and both :meth:`__radd__` s land there, so ``a+b == b+a``."
224
msgstr ""
225
+"如果 ``A <: Complex`` 和 ``B <: Real`` 没有共享任何资源,那么适当的共享操作涉及内置的 :class:`complex`"
226
+" ,并且分别获得 :meth:`__radd__` ,因此 ``a+b == b+a``。"
227
228
#: ../../library/numbers.rst:182
229
msgid ""
@@ -230,3 +232,5 @@ msgid ""
230
232
"reverse instances of any given operator. For example, "
231
233
":class:`fractions.Fraction` uses::"
234
235
+"由于对任何一直类型的大部分操作是十分相似的,可以定义一个帮助函数,即一个生成后续或相反的实例的生成器。例如,使用 "
236
+":class:`fractions.Fraction` 如下:"
0 commit comments