Skip to content

Commit

Permalink
docs: fixed code example. (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunnapatt authored Dec 19, 2024
1 parent 6c1e7cf commit 4b3456a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ with table.update_spec() as update:
Partition fields can also be removed via the `remove_field` API if it no longer makes sense to partition on those fields.

```python
with table.update_spec() as update:some_partition_name
with table.update_spec() as update:
# Remove the partition field with the name
update.remove_field("some_partition_name")
```
Expand Down

0 comments on commit 4b3456a

Please sign in to comment.