Skip to content

Commit

Permalink
[Docstring] Update a link to SQLAlchemy documentation to be compatibl…
Browse files Browse the repository at this point in the history
…e with 2.0 (#56023)

Update a link to SQLAlchemy documentation to be compatible with 2.0 version
  • Loading branch information
heavelock authored Nov 17, 2023
1 parent 38589f9 commit 54f193a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def read_sql(
library. If a DBAPI2 object, only sqlite3 is supported. The user is responsible
for engine disposal and connection closure for the SQLAlchemy connectable; str
connections are closed automatically. See
`here <https://docs.sqlalchemy.org/en/13/core/connections.html>`_.
`here <https://docs.sqlalchemy.org/en/20/core/connections.html>`_.
index_col : str or list of str, optional, default: None
Column(s) to set as index(MultiIndex).
coerce_float : bool, default True
Expand Down

0 comments on commit 54f193a

Please sign in to comment.