[Bugfix] fix file name of docstring in utils/check_table.py (#36108)

fix file name

Co-authored-by: kkscilife <qa-caif-cicd@pjlab.org.cn>
This commit is contained in:
kkscilife
2025-02-10 23:48:02 +08:00
committed by GitHub
parent d4a6b4099b
commit 09261ccf12

View File

@@ -18,7 +18,7 @@ Utility that checks the big table in the file docs/source/en/index.md and potent
Use from the root of the repo with:
```bash
python utils/check_inits.py
python utils/check_table.py
```
for a check that will error in case of inconsistencies (used by `make repo-consistency`).
@@ -26,7 +26,7 @@ for a check that will error in case of inconsistencies (used by `make repo-consi
To auto-fix issues run:
```bash
python utils/check_inits.py --fix_and_overwrite
python utils/check_table.py --fix_and_overwrite
```
which is used by `make fix-copies`.