Skip to content

Commit 6ea575e

Browse files
authored
Update deprecation
1 parent b2d2c79 commit 6ea575e

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
@@ -360,7 +360,7 @@ def update_snapshot_summaries(
360360
deprecation_message(
361361
deprecated_in="0.10.0",
362362
removed_in="0.11.0",
363-
help_message="The truncate-full-table should be used.",
363+
help_message="The truncate-full-table shouldn't be used.",
364364
)
365365
summary = _truncate_table_summary(summary, previous_summary)
366366

0 commit comments

Comments
 (0)