Skip to content

Commit af98fe9

Browse files
committed
bumped driver version
1 parent af2faea commit af98fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arango/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def response_handler(resp: Response) -> Json:
465465
return self._execute(request, response_handler)
466466

467467
def api_calls(self) -> Result[Json]:
468-
"""Return recent API calls.
468+
"""Return recent API calls (admin only).
469469
470470
:return: API calls history.
471471
:rtype: dict

0 commit comments

Comments
 (0)