Skip to content

Commit 0bc6504

Browse files
Fix typo in prefixes docstring.
1 parent f696257 commit 0bc6504

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/io/sql.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def to_sql(
791791
792792
Details and a sample callable implementation can be found in the
793793
section :ref:`insert method <io.sql.method>`.
794-
prefixs : sequence, optional
794+
prefixes : sequence, optional
795795
A list of strings to insert after CREATE in the CREATE TABLE statement.
796796
They will be separated by spaces.
797797
engine : {'auto', 'sqlalchemy'}, default 'auto'
@@ -2029,7 +2029,7 @@ def to_sql(
20292029
20302030
Details and a sample callable implementation can be found in the
20312031
section :ref:`insert method <io.sql.method>`.
2032-
prefixs : sequence, optional
2032+
prefixes : sequence, optional
20332033
A list of strings to insert after CREATE in the CREATE TABLE statement.
20342034
They will be separated by spaces.
20352035
engine : {'auto', 'sqlalchemy'}, default 'auto'
@@ -2863,7 +2863,7 @@ def to_sql(
28632863
28642864
Details and a sample callable implementation can be found in the
28652865
section :ref:`insert method <io.sql.method>`.
2866-
prefixs : sequence, optional
2866+
prefixes : sequence, optional
28672867
A list of strings to insert after CREATE in the CREATE TABLE statement.
28682868
They will be separated by spaces.
28692869
"""

0 commit comments

Comments
 (0)