We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549c183 commit 386cb15Copy full SHA for 386cb15
1 file changed
pyiceberg/table/update/snapshot.py
@@ -857,7 +857,7 @@ def _commit(self) -> UpdatesAndRequirements:
857
858
Returns:
859
Tuple of updates and requirements to be committed,
860
- as requried by the calling parent apply functions.
+ as required by the calling parent apply functions.
861
"""
862
update = RemoveSnapshotsUpdate(snapshot_ids=self._snapshot_ids_to_expire)
863
self._updates += (update,)
0 commit comments