Skip to content

Commit 105f078

Browse files
author
Agathe Guillemot
committed
Better wording
1 parent 8b4fe30 commit 105f078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataikuapi/dss/project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,8 +982,8 @@ def publish_bundle(self, bundle_id, published_project_key=None):
982982
If the parameter is not set, the key from the current :class:`DSSProject` is used.
983983
984984
:rtype: dict
985-
:return: a dict with info on the bundle state once published. It contains the keys "publishedOn" for the date on which the publication was done,
986-
"publishedBy" for the user whom performed it, "publishedProjectKey" for the key of the Project Deployer project used.
985+
:return: a dict with info on the bundle state once published. It contains the keys "publishedOn" for the publish date,
986+
"publishedBy" for the user who published the bundle, and "publishedProjectKey" for the key of the Project Deployer project used.
987987
"""
988988
params = None
989989
if published_project_key is not None:

0 commit comments

Comments
 (0)