@@ -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