Skip to content

Commit 9710f61

Browse files
authored
Update get_table_types example (#371)
1 parent 3f3a9b7 commit 9710f61

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
@@ -119,7 +119,7 @@ def get_table_types(
119119
Examples
120120
--------
121121
>>> import awswrangler as wr
122-
>>> wr.catalog.get_table_types(database='default', name='my_table')
122+
>>> wr.catalog.get_table_types(database='default', table='my_table')
123123
{'col0': 'int', 'col1': double}
124124
125125
"""

0 commit comments

Comments
 (0)