Skip to content

Commit df6f40f

Browse files
ndrluisFokko
andauthored
Update mkdocs/docs/api.md
Co-authored-by: Fokko Driesprong <[email protected]>
1 parent f11cd03 commit df6f40f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs/docs/api.md

+2-2
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)