Skip to content

Commit a339580

Browse files
committed
doc method parameters
1 parent b14c390 commit a339580

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dataikuapi/dssclient.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,8 @@ def get_code_env(self, env_lang, env_name):
501501
"""
502502
Get a handle to interact with a specific code env
503503
504-
:param str name: the name of the desired code env
504+
:param env_lang: the language (PYTHON or R) of the new code env
505+
:param env_name: the name of the new code env
505506
:returns: A :class:`dataikuapi.dss.admin.DSSCodeEnv` code env handle
506507
"""
507508
return DSSCodeEnv(self, env_lang, env_name)

0 commit comments

Comments
 (0)