From ff2c6b241472daa4b839a4b4c41047c69bd2751d Mon Sep 17 00:00:00 2001 From: Brian Phillips Date: Tue, 4 Mar 2025 16:17:28 -0500 Subject: [PATCH] Docstring fix --- pyiceberg/table/update/snapshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyiceberg/table/update/snapshot.py b/pyiceberg/table/update/snapshot.py index f21c501780..c705f3b9fd 100644 --- a/pyiceberg/table/update/snapshot.py +++ b/pyiceberg/table/update/snapshot.py @@ -818,7 +818,7 @@ def create_branch( branch_name (str): name of the new branch max_ref_age_ms (Optional[int]): max ref age in milliseconds max_snapshot_age_ms (Optional[int]): max age of snapshots to keep in milliseconds - min_snapshots_to_keep (Optional[int]): min number of snapshots to keep in milliseconds + min_snapshots_to_keep (Optional[int]): min number of snapshots to keep for the branch Returns: This for method chaining """