diff options
Diffstat (limited to 'python/database.py')
| -rw-r--r-- | python/database.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/database.py b/python/database.py index b9b81058..84d5979b 100644 --- a/python/database.py +++ b/python/database.py @@ -279,7 +279,7 @@ class Database: def current_snapshot(self, value: Snapshot): core.BNSetDatabaseCurrentSnapshot(self.handle, value.id) - def remove_snapsot(self, id: int): + def remove_snapshot(self, id: int): """Remove a snapshot in the database by id""" core.BNRemoveDatabaseSnapshot(self.handle, id) |
