diff --git a/python/tvm/meta_schedule/integration.py b/python/tvm/meta_schedule/integration.py index bb0ce7c72007c..794591cefed3e 100644 --- a/python/tvm/meta_schedule/integration.py +++ b/python/tvm/meta_schedule/integration.py @@ -175,7 +175,7 @@ def __init__(self) -> None: @register_object("meta_schedule.ApplyHistoryBest") class ApplyHistoryBest(MetaScheduleContext): - """An integration context that allows application of historically best records from a database""" + """An integration context that allows application of historically best record from database""" database: Database """ The database to be queried from"""