Skip to content

Commit cb5e8af

Browse files
committed
modify check_api_approvals.sh, test=develop
1 parent fcdbcfb commit cb5e8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check_api_approvals.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fi
6363
api_src_spec_diff=`python ${PADDLE_ROOT}/tools/check_api_source_without_core_ops.py ${PADDLE_ROOT}/paddle/fluid/API_DEV.source.md5 ${PADDLE_ROOT}/paddle/fluid/API_PR.source.md5`
6464
if [ "$api_src_spec_diff" != "" ]; then
6565
echo_line="APIs without core.ops: \n${api_src_spec_diff}\n"
66-
echo_line="${echo_line}You must have one RD (zhiqiu (Recommend) or phlrain) approval for the api change for the opreator-related api without 'core.ops'.\n"
66+
echo_line="${echo_line}You must have one RD (zhiqiu (Recommend) or phlrain) approval for the api change for the opreator-related api without '_C_ops'.\n"
6767
echo_line="${echo_line}For more details, please click [https://github.com/PaddlePaddle/Paddle/wiki/paddle_api_development_manual.md]\n"
6868
check_approval 1 6888866 43953930
6969
fi

0 commit comments

Comments
 (0)