From 485477dc9e3271d435adc3a682ebbd6e7bfedd4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoshiki=20V=C3=A1zquez=20Baeza?= Date: Sun, 13 Jul 2014 22:52:45 -0600 Subject: [PATCH] DOC: Fix typo conncection -> connection --- pandas/io/sql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/io/sql.py b/pandas/io/sql.py index 23ca80d771df9..1ee5c55c0ae06 100644 --- a/pandas/io/sql.py +++ b/pandas/io/sql.py @@ -264,7 +264,7 @@ def read_sql_table(table_name, con, index_col=None, coerce_float=True, table_name : string Name of SQL table in database con : SQLAlchemy engine - Sqlite DBAPI conncection mode not supported + Sqlite DBAPI connection mode not supported index_col : string, optional Column to set as index coerce_float : boolean, default True