Skip to content

Commit 76bfe10

Browse files
committed
update doc string
1 parent d99289d commit 76bfe10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/table/snapshots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ def latest_ancestor_before_timestamp(table_metadata: TableMetadata, timestamp_ms
479479
480480
Args:
481481
table_metadata: The table metadata for a table
482-
timestamp_ms: lookup snapshots before this timestamp
482+
timestamp_ms: lookup snapshots strictly before this timestamp
483483
484484
Returns:
485485
The latest ancestor snapshot older than the timestamp, or None if not found.

0 commit comments

Comments
 (0)