Skip to content

Commit 8413957

Browse files
committed
Implement Mickael's comments
1 parent 9ea8cc6 commit 8413957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dssclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ def list_personal_api_keys(self, as_type='objects'):
678678
"""
679679
List all your personal API keys.
680680
681-
:param str as_type: How to return the personal API keys. Possible values are "dict" and "object"
681+
:param str as_type: How to return the personal API keys. Possible values are "dict" and "objects"
682682
683683
:return: if as_type=dict, each personal API keys is returned as a dict.
684684
if as_type=objects, each key is returned as a :class:`dataikuapi.dss.admin.DSSPersonalApiKey`.

0 commit comments

Comments
 (0)