未验证 提交 c91c9edb 编写于 作者: H HongyuJia 提交者: GitHub

[Fix typo] Fix typo error in eager_function.cc and data_type.h (#52932)

上级 5f4247ae
......@@ -1370,7 +1370,7 @@ PyMethodDef variable_functions[] = {
void BindFunctions(PyObject* module) {
if (PyModule_AddFunctions(module, variable_functions) < 0) {
PADDLE_THROW(platform::errors::Fatal(
"Init Paddle erroe in BindFunctions(PyModule_AddFunctions)."));
"Init Paddle error in BindFunctions(PyModule_AddFunctions)."));
return;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册