Skip to content

Commit b6931d0

Browse files
committed
Fix typo with Redshift write example
1 parent 11b3bf9 commit b6931d0

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
@@ -185,7 +185,7 @@ def to_sql(
185185
Writing to Redshift using a Glue Catalog Connections
186186
187187
>>> import awswrangler as wr
188-
>>> with wr.redshift.connect("MY_GLUE_CONNECTION") as con"
188+
>>> with wr.redshift.connect("MY_GLUE_CONNECTION") as con:
189189
... wr.redshift.to_sql(
190190
... df=df,
191191
... table="my_table",

0 commit comments

Comments
 (0)