Skip to content

Commit d8f269d

Browse files
committed
Fixed client constructor comments
1 parent 032929c commit d8f269d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arango/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class ArangoClient:
5959
request timeout set in the http client.
6060
None: No timeout.
6161
int: Timeout value in seconds.
62-
:type request_timeout: Optional[int]
62+
:type request_timeout: Any
6363
"""
6464

6565
def __init__(

0 commit comments

Comments
 (0)