Skip to content

Commit cd67437

Browse files
committed
Minor comment correction
1 parent 48c3306 commit cd67437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arango/backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get(self, backup_id: Optional[str] = None) -> Result[Json]:
3333
:type backup_id: str
3434
:return: Backup details.
3535
:rtype: dict
36-
:raise arango.exceptions.BackupGetError: If delete fails.
36+
:raise arango.exceptions.BackupGetError: If the operation fails.
3737
"""
3838
request = Request(
3939
method="post",

0 commit comments

Comments
 (0)