Skip to content

Commit

Permalink
Update icechunk-python/python/icechunk/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Abernathey <[email protected]>
  • Loading branch information
paraseba and rabernat authored Oct 18, 2024
1 parent 1bc714b commit 0b94af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icechunk-python/python/icechunk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 0b94af9

Please sign in to comment.