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 and rtyler committed Jan 24, 2025
1 parent 523c6d7 commit f67e828
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 @@ -1979,6 +1979,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 f67e828

Please sign in to comment.