diff --git a/homeassistant/components/recorder/migration.py b/homeassistant/components/recorder/migration.py index 1c53b5281415..14c4544db435 100644 --- a/homeassistant/components/recorder/migration.py +++ b/homeassistant/components/recorder/migration.py @@ -2490,7 +2490,7 @@ class BaseMigration(ABC): start_schema_version: int, migration_changes: dict[str, int], ) -> None: - """Initialize a new BaseRunTimeMigration. + """Initialize a new BaseMigration. :param initial_schema_version: The schema version the database was created with. :param start_schema_version: The schema version when starting the migration.