Skip to content

Commit 4a1b9a3

Browse files
ForeverAngryFokko
andauthored
Update pyiceberg/table/__init__.py
Co-authored-by: Fokko Driesprong <fokko@apache.org>
1 parent 3488314 commit 4a1b9a3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyiceberg/table/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,8 +1079,6 @@ def expire_snapshots(self) -> ExpireSnapshots:
10791079
"""
10801080
Shorthand to run expire snapshots by id or by a timestamp.
10811081
1082-
Use table.expire_snapshots().<operation>().commit() to run a specific operation.
1083-
Use table.expire_snapshots().<operation-one>().<operation-two>().commit() to run multiple operations.
10841082
"""
10851083
return ExpireSnapshots(transaction=Transaction(self, autocommit=True))
10861084

0 commit comments

Comments
 (0)