Skip to content

Commit 60ba9a4

Browse files
committed
added one more space in in-line comments of example.
1 parent 43c4ec5 commit 60ba9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/generic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2979,8 +2979,8 @@ def to_sql(
29792979
1 User 11
29802980
2 User 12
29812981
2982-
>>> from adbc_driver_sqlite import dbapi # doctest:+SKIP
2983-
>>> with dbapi.connect("sqlite://") as conn: # doctest:+SKIP
2982+
>>> from adbc_driver_sqlite import dbapi # doctest:+SKIP
2983+
>>> with dbapi.connect("sqlite://") as conn: # doctest:+SKIP
29842984
... df.to_sql(name="users", con=conn)
29852985
3
29862986
""" # noqa: E501

0 commit comments

Comments
 (0)