提交 8d523d93 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Typo fix

上级 1a02b91d
...@@ -736,7 +736,7 @@ class TensorType(Type): ...@@ -736,7 +736,7 @@ class TensorType(Type):
except AttributeError: except AttributeError:
msg = "" msg = ""
raise TypeError("The numpy.ndarray object is not aligned." raise TypeError("The numpy.ndarray object is not aligned."
" Theano c code do not support that.", " Theano C code does not support that.",
msg, msg,
"object shape", data.shape, "object shape", data.shape,
"object strides", data.strides) "object strides", data.strides)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论