From f67e828b0fb64c7f94b4835bc16092bba1c15bbb 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 4a699f7c85..ea02420e54 100644 --- a/python/deltalake/table.py +++ b/python/deltalake/table.py @@ -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 = [