Skip to content

Commit f67e828

Browse files
hattajrrtyler
authored andcommitted
docs: Fix broken markdown syntax
1 parent 523c6d7 commit f67e828

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/deltalake/table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,6 +1979,7 @@ def add_columns(
19791979
post_commithook_properties: properties for the post commit hook. If None, default values are used.
19801980
19811981
Example:
1982+
```python
19821983
from deltalake.schema import Field, PrimitiveType, StructType
19831984
dt = DeltaTable("test_table")
19841985
new_fields = [

0 commit comments

Comments
 (0)