Skip to content

Commit

Permalink
docs: Fix broken markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hattajr authored Jan 16, 2025
1 parent af3102e commit a2c7fbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/deltalake/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -1975,6 +1975,7 @@ def add_columns(
post_commithook_properties: properties for the post commit hook. If None, default values are used.
Example:
```python
from deltalake.schema import Field, PrimitiveType, StructType
dt = DeltaTable("test_table")
new_fields = [
Expand Down

0 comments on commit a2c7fbc

Please sign in to comment.