Skip to content

Commit ebde495

Browse files
committed
Fix documentation example #299
1 parent b952eb7 commit ebde495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ def get_table_location(database: str, table: str, boto3_session: Optional[boto3.
727727
Examples
728728
--------
729729
>>> import awswrangler as wr
730-
>>> wr.catalog.get_table_location(database='default', name='my_table')
730+
>>> wr.catalog.get_table_location(database='default', table='my_table')
731731
's3://bucket/prefix/'
732732
733733
"""

0 commit comments

Comments
 (0)