From a2c7fbcc76dae193552d9ce4fd91ac6ee5094b2e Mon Sep 17 00:00:00 2001 From: Muhammad Hatta <53370870+hattajr@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:53:19 +0900 Subject: [PATCH] docs: Fix broken markdown syntax --- python/deltalake/table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/deltalake/table.py b/python/deltalake/table.py index f8357c3700..0c923ac266 100644 --- a/python/deltalake/table.py +++ b/python/deltalake/table.py @@ -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 = [