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

Skip to content

Commit ee7c8a3

Browse files
committed
[po] auto sync bot
1 parent 0851437 commit ee7c8a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

library/itertools.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,10 @@ msgid ""
404404
":class:`~fractions.Fraction`.) If the input iterable is empty, the output "
405405
"iterable will also be empty."
406406
msgstr ""
407-
"创建一个迭代器,它返回累加和,或其他二元函数的累加结果(通过可选参数 *func* 指定)。如果提供了 *func* ,它应该是接受2个参数的函数。 "
408-
"*func* 应能支持输入 *iterable* 中的元素类型。(例如,对于加法的默认操作,元素的类型应支持加法操作,包括 "
407+
"创建一个迭代器,返回累加和或其他二元函数的累加结果(通过可选参数 *func* 指定)。如果提供了 *func* ,它应是2个参数的函数。输入 "
408+
"*iterable* 元素类型应是 *func* 能支持的其中任意类型。(例如,对于默认的加法操作,元素可以是任一支持加法的类型,包括 "
409409
":class:`~decimal.Decimal` 或 :class:`~fractions.Fraction` "
410-
"。)如果输入的可迭代对象为空,输出也为空。"
410+
")。如果可迭代对象的输入为空,输出也为空。"
411411

412412
#: ../../library/itertools.rst:101 ../../library/itertools.rst:193
413413
#: ../../library/itertools.rst:242 ../../library/itertools.rst:478

0 commit comments

Comments
 (0)