Skip to content

Commit 977b61e

Browse files
committed
Fix doc #468
1 parent 63dfb08 commit 977b61e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

awswrangler/redshift.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,9 +498,9 @@ def read_sql_table(
498498
----------
499499
table : str
500500
Table name.
501-
con : pg8000.Connection
502-
Use pg8000.connect() to use "
503-
"credentials directly or wr.postgresql.connect() to fetch it from the Glue Catalog.
501+
con : redshift_connector.Connection
502+
Use redshift_connector.connect() to use "
503+
"credentials directly or wr.redshift.connect() to fetch it from the Glue Catalog.
504504
schema : str, optional
505505
Name of SQL schema in database to query (if database flavor supports this).
506506
Uses default schema if None (default).

0 commit comments

Comments
 (0)