We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7190b commit 0ad4aa5Copy full SHA for 0ad4aa5
mkdocs/docs/api.md
@@ -1277,8 +1277,8 @@ You can also use context managers to make more changes:
1277
1278
```python
1279
with table.update_statistics() as update:
1280
- update.set_statistics(snaphsot_id1, statistics_file)
1281
- update.remove_statistics(snapshot_id2)
+ update.set_statistics(snaphsot_id1, statistics_file)
+ update.remove_statistics(snapshot_id2)
1282
```
1283
1284
## Query the data
0 commit comments