Skip to content

Commit 43c4ec5

Browse files
committed
remove two blank lines at the end of docstring.
1 parent 912afb3 commit 43c4ec5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/generic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2983,8 +2983,6 @@ def to_sql(
29832983
>>> with dbapi.connect("sqlite://") as conn: # doctest:+SKIP
29842984
... df.to_sql(name="users", con=conn)
29852985
3
2986-
2987-
29882986
""" # noqa: E501
29892987
from pandas.io import sql
29902988

0 commit comments

Comments
 (0)