提交 334d288d authored 作者: Frédéric Bastien's avatar Frédéric Bastien

Merge pull request #1483 from micklat/master

doc: fix typo
......@@ -554,7 +554,7 @@ dimensions, see :meth:`_tensor_py_operators.dimshuffle`.
.. function:: addbroadcast(x, *axes)
Make `x` broadcastable in the specified axes `axes`. For
example, `unbroadcast(x,0)` will make the first dimension of `x`
example, `addbroadcast(x,0)` will make the first dimension of `x`
broadcastable. When performing the function, if the length of `x`
along that dimension is not 1, a ``ValueError`` will be raised.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论