提交 06ab3270 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Fixed copy/paste typo in doc

上级 4017762f
...@@ -841,7 +841,7 @@ class CAReduce(Op): ...@@ -841,7 +841,7 @@ class CAReduce(Op):
Examples: Examples:
CAReduce(add) -> sum CAReduce(add) -> sum
CAReduce(mul) -> product CAReduce(mul) -> product
CAReduce(maximum) -> sum CAReduce(maximum) -> max
CAReduce(or_) -> any # not lazy CAReduce(or_) -> any # not lazy
CAReduce(and_) -> all # not lazy CAReduce(and_) -> all # not lazy
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论