Skip to content

Commit 67cfd73

Browse files
docs: fix redshift.to_sql doc indentation error (#2706)
1 parent 5f36e61 commit 67cfd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/redshift/_write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def to_sql(
122122
Dictionary of columns names and Redshift types to be casted.
123123
Useful when you have columns with undetermined or mixed data types.
124124
(e.g. {'col name': 'VARCHAR(10)', 'col2 name': 'FLOAT'})
125-
diststyle : str
125+
diststyle : str
126126
Redshift distribution styles. Must be in ["AUTO", "EVEN", "ALL", "KEY"].
127127
https://docs.aws.amazon.com/redshift/latest/dg/t_Distributing_data.html
128128
distkey : str, optional

0 commit comments

Comments
 (0)