提交 16c3ff2f authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Minor typo fix in docstring

上级 bd24526f
......@@ -3948,7 +3948,7 @@ def local_greedy_distributor(node):
The following expressions are simplified:
1. ((a/x + b/y) * x * y) --> a*y + b*x
2. ((a/x + b) * x) --> a + b*x
3. There other form too where node is a true_div.
3. There other forms too where node is a true_div.
The following expressions are not simplified:
4. ((a + b) * x) -/-> a*x + b*x
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论