Skip to content

Commit 4b3456a

Browse files
authored
docs: fixed code example. (#1445)
1 parent 6c1e7cf commit 4b3456a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs/docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ with table.update_spec() as update:
10501050
Partition fields can also be removed via the `remove_field` API if it no longer makes sense to partition on those fields.
10511051

10521052
```python
1053-
with table.update_spec() as update:some_partition_name
1053+
with table.update_spec() as update:
10541054
# Remove the partition field with the name
10551055
update.remove_field("some_partition_name")
10561056
```

0 commit comments

Comments
 (0)