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

Typo fix

上级 d676c5b4
......@@ -101,7 +101,7 @@ def dot(l, r):
except Exception, e1:
rval = NotImplemented
if rval == NotImplemented:
raise NotImplementedError("Dot failed for the following reaons:", (e0, e1))
raise NotImplementedError("Dot failed for the following reasons:", (e0, e1))
return rval
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论