Skip to content

Commit 8bc8c76

Browse files
committed
Fix weird markdown errors
1 parent 376ca2b commit 8bc8c76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mkdocs/docs/api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,7 @@ Expert Iceberg users may choose to commit existing parquet files to the Iceberg
10311031
### Example
10321032

10331033
Add files to Iceberg table:
1034+
10341035
```python
10351036
# Given that these parquet files have schema consistent with the Iceberg table
10361037
@@ -1047,6 +1048,7 @@ tbl.add_files(file_paths=file_paths)
10471048
```
10481049

10491050
Add files to Iceberg table with custom snapshot properties:
1051+
10501052
```python
10511053
# Assume an existing Iceberg table object `tbl`
10521054

0 commit comments

Comments
 (0)