Skip to content

Commit e2b7523

Browse files
committed
docs: fix docstring
1 parent c8eccec commit e2b7523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

videodb/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def __init__(self, api_key: str, base_url: str) -> None:
3232
:param api_key: API key for authentication
3333
:param str base_url: (optional) Base URL of the VideoDB API
3434
:raise ValueError: If the API key is not provided
35-
:return: connection object
36-
:rtype: str
35+
:return: :class:`Connection <Connection>` object, to interact with the VideoDB
36+
:rtype: :class:`videodb.client.Connection`
3737
"""
3838
self.api_key = api_key
3939
self.base_url = base_url

0 commit comments

Comments
 (0)