Skip to content

Commit 671bc31

Browse files
IndexSeekcpcloud
authored andcommitted
fix(docs): typo in snowflake do_connect kwargs
Correcting the spelling of the word "additional"
1 parent 882949e commit 671bc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibis/backends/snowflake/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def do_connect(
160160
connect_args
161161
Additional arguments passed to the SQLAlchemy engine creation call.
162162
kwargs:
163-
Additiional arguments passed to the SQLAlchemy URL constructor.
163+
Additional arguments passed to the SQLAlchemy URL constructor.
164164
See https://docs.snowflake.com/en/developer-guide/python-connector/sqlalchemy#additional-connection-parameters
165165
for more details
166166
"""

0 commit comments

Comments
 (0)