Skip to content

Commit 0963432

Browse files
Update python/python/datafusion_table_providers/odbc.py
Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech>
1 parent 733a7c2 commit 0963432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/python/datafusion_table_providers

python/python/datafusion_table_providers/odbc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ODBCTableFactory:
2323
"""ODBC table factory."""
2424

2525
def __init__(self, params: dict) -> None:
26-
"""Create am odbc table factory."""
26+
"""Create an odbc table factory."""
2727
self._raw = _internal.odbc.RawODBCTableFactory(params)
2828

2929
def get_table(self, table_reference: str) -> Any:

0 commit comments

Comments
 (0)