From 40228193642a95761b10d15d8ed2d3b9ba268323 Mon Sep 17 00:00:00 2001 From: wchatx Date: Mon, 22 Jan 2024 06:52:16 -0600 Subject: [PATCH] docs: fix arg indent --- python/deltalake/table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/deltalake/table.py b/python/deltalake/table.py index f1d3c41ef3..de8e5504b7 100644 --- a/python/deltalake/table.py +++ b/python/deltalake/table.py @@ -1881,7 +1881,7 @@ def z_order( Args: columns: the columns to use for Z-ordering. There must be at least one column. - partition_filters: the partition filters that will be used for getting the matched files + partition_filters: the partition filters that will be used for getting the matched files target_size: desired file size after bin-packing files, in bytes. If not provided, will attempt to read the table configuration value ``delta.targetFileSize``. If that value isn't set, will use default value of 256MB.