diff --git a/icechunk-python/python/icechunk/__init__.py b/icechunk-python/python/icechunk/__init__.py index 06552d62..f88e89a4 100644 --- a/icechunk-python/python/icechunk/__init__.py +++ b/icechunk-python/python/icechunk/__init__.py @@ -385,7 +385,7 @@ async def async_reset_branch(self, to_snapshot: str) -> None: The snapshot id can be obtained as the result of a commit operation, but, more probably, as the id of one of the SnapshotMetadata objects returned by `ancestry()` - This operation edits the repository history, it must be executed carefully. + This operation edits the repository history; it must be executed carefully. In particular, the current snapshot may end up being inaccessible from any other branches or tags. """