diff --git a/swh/lister/core/models.py b/swh/lister/core/models.py index ce996b1..9fbd157 100644 --- a/swh/lister/core/models.py +++ b/swh/lister/core/models.py @@ -59,7 +59,7 @@ def initialize(db_engine, drop_tables=False, **kwargs): Args: models (list): list of SQLAlchemy tables/models to drop/create. - db_enfine (): the SQLAlchemy DB engine. + db_engine (): the SQLAlchemy DB engine. drop_tables (bool): if True, tables will be dropped before (re)creating them. """