We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1e7cf commit 4b3456aCopy full SHA for 4b3456a
1 file changed
mkdocs/docs/api.md
@@ -1050,7 +1050,7 @@ with table.update_spec() as update:
1050
Partition fields can also be removed via the `remove_field` API if it no longer makes sense to partition on those fields.
1051
1052
```python
1053
-with table.update_spec() as update:some_partition_name
+with table.update_spec() as update:
1054
# Remove the partition field with the name
1055
update.remove_field("some_partition_name")
1056
```
0 commit comments