We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74823a0 commit e99db38Copy full SHA for e99db38
pandas/core/generic.py
@@ -2415,7 +2415,7 @@ def to_sql(
2415
library. Legacy support is provided for sqlite3.Connection objects. The user
2416
is responsible for engine disposal and connection closure for the SQLAlchemy
2417
connectable See `here \
2418
- <https://docs.sqlalchemy.org/en/13/core/connections.html>`_
+ <https://docs.sqlalchemy.org/en/13/core/connections.html>`_.
2419
2420
schema : str, optional
2421
Specify the schema (if database flavor supports this). If None, use
0 commit comments