Skip to content

Commit a9a5f7b

Browse files
Merge pull request pandas-dev#7747 from ElDeveloper/typo-fix
DOC: Fix typo conncection -> connection
2 parents e0a0242 + 485477d commit a9a5f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/sql.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def read_sql_table(table_name, con, index_col=None, coerce_float=True,
264264
table_name : string
265265
Name of SQL table in database
266266
con : SQLAlchemy engine
267-
Sqlite DBAPI conncection mode not supported
267+
Sqlite DBAPI connection mode not supported
268268
index_col : string, optional
269269
Column to set as index
270270
coerce_float : boolean, default True

0 commit comments

Comments
 (0)