Skip to content

Commit 5707052

Browse files
author
Vraj Mohan
committed
Fix language in docstring
1 parent da48c3a commit 5707052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ def get_schema(frame, name, keys=None, con=None, dtype=None, index=False):
15921592
Optional specifying the datatype for columns. The SQL type should
15931593
be a SQLAlchemy type, or a string for sqlite3 fallback connection.
15941594
index : boolean, default False
1595-
include DataFrame index as a column
1595+
Whether to include DataFrame index as a column
15961596
15971597
"""
15981598

0 commit comments

Comments
 (0)