Skip to content

Commit 54f193a

Browse files
authored
[Docstring] Update a link to SQLAlchemy documentation to be compatible with 2.0 (#56023)
Update a link to SQLAlchemy documentation to be compatible with 2.0 version
1 parent 38589f9 commit 54f193a

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
@@ -564,7 +564,7 @@ def read_sql(
564564
library. If a DBAPI2 object, only sqlite3 is supported. The user is responsible
565565
for engine disposal and connection closure for the SQLAlchemy connectable; str
566566
connections are closed automatically. See
567-
`here <https://docs.sqlalchemy.org/en/13/core/connections.html>`_.
567+
`here <https://docs.sqlalchemy.org/en/20/core/connections.html>`_.
568568
index_col : str or list of str, optional, default: None
569569
Column(s) to set as index(MultiIndex).
570570
coerce_float : bool, default True

0 commit comments

Comments
 (0)