提交 d44fc708 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Typo fix.

上级 717a3ab4
...@@ -434,7 +434,7 @@ def upcast_out(*types): ...@@ -434,7 +434,7 @@ def upcast_out(*types):
return Scalar(dtype = Scalar.upcast(*types)), return Scalar(dtype = Scalar.upcast(*types)),
def upcast_out_no_complex(*types): def upcast_out_no_complex(*types):
if any([type in complex_types for type in types]): if any([type in complex_types for type in types]):
raise TypeError('complex type are notsupported') raise TypeError('complex type are not supported')
return Scalar(dtype = Scalar.upcast(*types)), return Scalar(dtype = Scalar.upcast(*types)),
def same_out(type): def same_out(type):
return type, return type,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论