Skip to content

Commit 386cb15

Browse files
committed
fixed: typo
1 parent 549c183 commit 386cb15

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
@@ -857,7 +857,7 @@ def _commit(self) -> UpdatesAndRequirements:
857857
858858
Returns:
859859
Tuple of updates and requirements to be committed,
860-
as requried by the calling parent apply functions.
860+
as required by the calling parent apply functions.
861861
"""
862862
update = RemoveSnapshotsUpdate(snapshot_ids=self._snapshot_ids_to_expire)
863863
self._updates += (update,)

0 commit comments

Comments
 (0)