core.models: Fix typo

This commit is contained in:
Antoine R. Dumont (@ardumont) 2019-10-05 12:43:30 +02:00
parent 4f30cb50e3
commit 61ce38a0b0
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

View file

@ -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.
"""