Skip to content

Commit df6f40f

Browse files
ndrluisFokko
andauthored
Update mkdocs/docs/api.md
Co-authored-by: Fokko Driesprong <fokko@apache.org>
1 parent f11cd03 commit df6f40f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mkdocs/docs/api.md

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

12701270
```python
12711271
with table.update_statistics() as update:
1272-
update.set_statistics(snaphsot_id1, statistics_file)
1273-
update.remove_statistics(snapshot_id2)
1272+
update.set_statistics(snaphsot_id1, statistics_file)
1273+
update.remove_statistics(snapshot_id2)
12741274
```
12751275

12761276
## Query the data

0 commit comments

Comments
 (0)