diff --git a/awswrangler/redshift/_write.py b/awswrangler/redshift/_write.py index 63ff1450f..8ece6ec00 100644 --- a/awswrangler/redshift/_write.py +++ b/awswrangler/redshift/_write.py @@ -185,7 +185,7 @@ def to_sql( Writing to Redshift using a Glue Catalog Connections >>> import awswrangler as wr - >>> with wr.redshift.connect("MY_GLUE_CONNECTION") as con" + >>> with wr.redshift.connect("MY_GLUE_CONNECTION") as con: ... wr.redshift.to_sql( ... df=df, ... table="my_table",