提交 8f17e281 authored 作者: Frederic Bastien's avatar Frederic Bastien

fix typo in error message

上级 3dafd49d
...@@ -455,7 +455,7 @@ class PureOp(object): ...@@ -455,7 +455,7 @@ class PureOp(object):
except Exception, e: except Exception, e:
# Better error message. # Better error message.
detailed_err_msg = ( detailed_err_msg = (
"For compute_test_value, one input test value do not" "For compute_test_value, one input test value does not"
" have the requested type.\n") " have the requested type.\n")
tr = getattr(v.tag, 'trace', None) tr = getattr(v.tag, 'trace', None)
if tr: if tr:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论