Skip to content

Commit 35a6394

Browse files
Fix typo in NDFrame.to_sql docstring.
1 parent be305ff commit 35a6394

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
@@ -2845,7 +2845,7 @@ def to_sql(
28452845
28462846
Details and a sample callable implementation can be found in the
28472847
section :ref:`insert method <io.sql.method>`.
2848-
prefixs : sequence, optional
2848+
prefixes : sequence, optional
28492849
A list of strings to insert after CREATE in the CREATE TABLE statement.
28502850
They will be separated by spaces.
28512851

0 commit comments

Comments
 (0)