Skip to content
Snippets Groups Projects
Verified Commit 61ce38a0 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

core.models: Fix typo

parent 4f30cb50
No related branches found
No related tags found
No related merge requests found
......@@ -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.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment