We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c3306 commit cd67437Copy full SHA for cd67437
arango/backup.py
@@ -33,7 +33,7 @@ def get(self, backup_id: Optional[str] = None) -> Result[Json]:
33
:type backup_id: str
34
:return: Backup details.
35
:rtype: dict
36
- :raise arango.exceptions.BackupGetError: If delete fails.
+ :raise arango.exceptions.BackupGetError: If the operation fails.
37
"""
38
request = Request(
39
method="post",
0 commit comments