Skip to content

Commit 0ad4aa5

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs/docs/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,8 +1277,8 @@ You can also use context managers to make more changes:
12771277

12781278
```python
12791279
with table.update_statistics() as update:
1280-
update.set_statistics(snaphsot_id1, statistics_file)
1281-
update.remove_statistics(snapshot_id2)
1280+
update.set_statistics(snaphsot_id1, statistics_file)
1281+
update.remove_statistics(snapshot_id2)
12821282
```
12831283

12841284
## Query the data

0 commit comments

Comments
 (0)