diff --git a/tools/diff_api.py b/tools/diff_api.py index fe6a2aa819fd4151685d6a9b8ace193975ea9e59..37d12a052f503f7e944aea9d8dab346fbe681a45 100644 --- a/tools/diff_api.py +++ b/tools/diff_api.py @@ -30,6 +30,6 @@ if error: '''If you modify/add/delete the API files, including code and comment, please follow these steps in order to pass the CI: 1. cd ${paddle_path}, compile paddle; 2. pip install build/python/dist/(build whl package); - 3. run "python tools/print_signatures.py paddle.fluid,paddle.reader > paddle/fluid/API.spec"''' + 3. run "python tools/print_signatures.py paddle.fluid> paddle/fluid/API.spec"''' ) sys.exit(1)