提交 87cd138e authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Merge pull request #1066 from abalkin/doc-fixes

Corrected a typo in docstring
...@@ -121,7 +121,7 @@ def as_tensor_variable(x, name=None, ndim=None): ...@@ -121,7 +121,7 @@ def as_tensor_variable(x, name=None, ndim=None):
This function is often used by `make_node` methods of `Op` This function is often used by `make_node` methods of `Op`
subclasses to turn ndarrays, numbers, `Scalar` instances, `Apply` subclasses to turn ndarrays, numbers, `Scalar` instances, `Apply`
instances and `TensorType` instances into valid input list instances and `TensorType` instances into valid input list
elemnts. elements.
:Parameters: :Parameters:
- `x`: Apply instance, Variable instance, numpy.ndarray, or number - `x`: Apply instance, Variable instance, numpy.ndarray, or number
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论