Skip to content

Commit

Permalink
Update mkdocs/docs/api.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fokko Driesprong <[email protected]>
  • Loading branch information
ndrluis and Fokko authored Jan 15, 2025
1 parent 3dd281d commit f11cd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ Manage table statistics with operations through the `Table` API:

```python
# To run a specific operation
table.update_statistics().set_statistics(snapshot_id, statistics_file).commit()
table.update_statistics().set_statistics(snapshot_id=1, statistics_file=statistics_file).commit()
# To run multiple operations
table.update_statistics()
.set_statistics(snapshot_id1, statistics_file1)
Expand Down

0 comments on commit f11cd03

Please sign in to comment.