Fix some typos in docs (#36502)

Co-authored-by: Matt <Rocketknight1@users.noreply.github.com>
This commit is contained in:
co63oc
2025-03-04 01:53:53 +08:00
committed by GitHub
parent 0463901c92
commit acb8586dd9
5 changed files with 8 additions and 8 deletions

View File

@@ -136,7 +136,7 @@ if __name__ == "__main__":
continue
logger.debug(f"loading: {entry.name}")
module = import_from_path(entry.name.split(".")[0], entry.path)
logger.info(f"runnning benchmarks in: {entry.name}")
logger.info(f"running benchmarks in: {entry.name}")
module.run_benchmark(logger, branch, commit_id, commit_msg)
except ImportModuleException as e:
logger.error(e)