Skip to content

Commit e25f429

Browse files
committed
Minor - Fixed typo in docs
1 parent 051e9f7 commit e25f429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/catalog/_get.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ def get_columns_comments(
825825
Examples
826826
--------
827827
>>> import awswrangler as wr
828-
>>> pars = wr.catalog.get_table_parameters(database="...", table="...")
828+
>>> pars = wr.catalog.get_columns_comments(database="...", table="...")
829829
830830
"""
831831
client_glue: boto3.client = _utils.client(service_name="glue", session=boto3_session)

0 commit comments

Comments
 (0)