Skip to content

Commit

Permalink
docs: Fixed type in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
davidblain-infrabel committed Oct 3, 2024
1 parent 14a2084 commit 05714bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/common/sql/hooks/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def sqlalchemy_url(self) -> URL:

def get_sqlalchemy_engine(self, engine_kwargs=None):
"""
Get an sqlalchemy_engine object.
Get a sqlalchemy_engine object.
:param engine_kwargs: Kwargs used in :func:`~sqlalchemy.create_engine`.
:return: the created engine.
Expand Down

0 comments on commit 05714bc

Please sign in to comment.