Skip to content

Commit c6e6903

Browse files
authored
Docs: Docstring fix (apache#1762)
1 parent 9945f83 commit c6e6903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyiceberg/table/update/snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ def create_branch(
818818
branch_name (str): name of the new branch
819819
max_ref_age_ms (Optional[int]): max ref age in milliseconds
820820
max_snapshot_age_ms (Optional[int]): max age of snapshots to keep in milliseconds
821-
min_snapshots_to_keep (Optional[int]): min number of snapshots to keep in milliseconds
821+
min_snapshots_to_keep (Optional[int]): min number of snapshots to keep for the branch
822822
Returns:
823823
This for method chaining
824824
"""

0 commit comments

Comments
 (0)