Skip to content

Commit ec28644

Browse files
Update dataikuapi/dss/admin.py
Co-authored-by: Allan Francani <allan.francani@dataiku.com>
1 parent 23dc4df commit ec28644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ def get_built_container_confs(self):
908908
return self.settings.get("containerConfs", [])
909909
def set_built_container_confs(self, *configs, **kwargs):
910910
"""
911-
Sets the list of container configs for which the code env builds an image
911+
Set the list of container configs for which the code env builds an image
912912
913913
:param boolean all: if True, an image is built for each config
914914
:param list configs: list of configuration names to build images for

0 commit comments

Comments
 (0)