Skip to content

Commit e99db38

Browse files
authored
DOC PR09 Add missing . on Parameter con description (#32000)
1 parent 74823a0 commit e99db38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2415,7 +2415,7 @@ def to_sql(
24152415
library. Legacy support is provided for sqlite3.Connection objects. The user
24162416
is responsible for engine disposal and connection closure for the SQLAlchemy
24172417
connectable See `here \
2418-
<https://docs.sqlalchemy.org/en/13/core/connections.html>`_
2418+
<https://docs.sqlalchemy.org/en/13/core/connections.html>`_.
24192419
24202420
schema : str, optional
24212421
Specify the schema (if database flavor supports this). If None, use

0 commit comments

Comments
 (0)