Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60cc1c6

Browse files
committed
[po] auto sync bot
1 parent 9ed6cb6 commit 60cc1c6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

library/numbers.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ msgid ""
222222
"then the appropriate shared operation is the one involving the built in "
223223
":class:`complex`, and both :meth:`__radd__` s land there, so ``a+b == b+a``."
224224
msgstr ""
225+
"如果 ``A <: Complex`` 和 ``B <: Real`` 没有共享任何资源,那么适当的共享操作涉及内置的 :class:`complex`"
226+
" ,并且分别获得 :meth:`__radd__` ,因此 ``a+b == b+a``。"
225227

226228
#: ../../library/numbers.rst:182
227229
msgid ""
@@ -230,3 +232,5 @@ msgid ""
230232
"reverse instances of any given operator. For example, "
231233
":class:`fractions.Fraction` uses::"
232234
msgstr ""
235+
"由于对任何一直类型的大部分操作是十分相似的,可以定义一个帮助函数,即一个生成后续或相反的实例的生成器。例如,使用 "
236+
":class:`fractions.Fraction` 如下:"

0 commit comments

Comments
 (0)