Correct spelling mistakes
This commit is contained in:
parent
3bad50cb27
commit
3b81bc0d96
|
@ -7,7 +7,7 @@ session = scoped_session(sessionmaker())
|
||||||
|
|
||||||
|
|
||||||
def init_db(db_url: str, echo: bool = False) -> None:
|
def init_db(db_url: str, echo: bool = False) -> None:
|
||||||
"""Initialise databsae."""
|
"""Initialise database."""
|
||||||
session.configure(bind=get_engine(db_url, echo=echo))
|
session.configure(bind=get_engine(db_url, echo=echo))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue