Skip to content

Commit 518fce9

Browse files
asyarif93roberthdevries
authored andcommitted
DOC PR09 Add missing . on Parameter con description (pandas-dev#32000)
1 parent bdc9993 commit 518fce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
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)