提交 997deb1f authored 作者: Ian Goodfellow's avatar Ian Goodfellow

fixed typo in an error message

上级 5f23bd60
...@@ -285,7 +285,7 @@ class Env(utils.object2): ...@@ -285,7 +285,7 @@ class Env(utils.object2):
#handler code in the first place #handler code in the first place
assert path is not None assert path is not None
raise TypeError('An variable that is an input to the graph was neither provided as an ' raise TypeError('A variable that is an input to the graph was neither provided as an '
'input to the function nor given a value. A chain of variables leading from ' 'input to the function nor given a value. A chain of variables leading from '
'this input to an output is '+str(path)+'. This chain may not be unique') 'this input to an output is '+str(path)+'. This chain may not be unique')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论