Skip to content

Commit 0f7190b

Browse files
ndrluisFokko
andcommitted
Update mkdocs/docs/api.md
Co-authored-by: Fokko Driesprong <fokko@apache.org>
1 parent 011f647 commit 0f7190b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs/docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ Manage table statistics with operations through the `Table` API:
12641264

12651265
```python
12661266
# To run a specific operation
1267-
table.update_statistics().set_statistics(snapshot_id, statistics_file).commit()
1267+
table.update_statistics().set_statistics(snapshot_id=1, statistics_file=statistics_file).commit()
12681268
# To run multiple operations
12691269
table.update_statistics()
12701270
.set_statistics(snapshot_id1, statistics_file1)

0 commit comments

Comments
 (0)