Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6e6903

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)