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 f11cd03 commit df6f40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1269,8 +1269,8 @@ You can also use context managers to make more changes:

```python
with table.update_statistics() as update:
update.set_statistics(snaphsot_id1, statistics_file)
update.remove_statistics(snapshot_id2)
update.set_statistics(snaphsot_id1, statistics_file)
update.remove_statistics(snapshot_id2)
```

## Query the data
Expand Down

0 comments on commit df6f40f

Please sign in to comment.