core.models: Fix typo
This commit is contained in:
parent
4f30cb50e3
commit
61ce38a0b0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue