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 """