Skip to content

Commit 7e25f30

Browse files
committed
Improve doc
1 parent 769f844 commit 7e25f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataikuapi/dss/flow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,9 @@ def add_items(self, items):
343343
Adds items to this zone.
344344
345345
The items will automatically be moved from its existing zone. Additional items may be moved to this zone
346-
as a result of the operation (notably the recipe generating `obj`).
346+
as a result of the operations (notably the recipe generating the `items`).
347347
348-
:param object items: A :class:`dataikuapi.dss.dataset.DSSDataset`, :class:`dataikuapi.dss.managedfolder.DSSManagedFolder`,
348+
:param list of object items, either :class:`dataikuapi.dss.dataset.DSSDataset`, :class:`dataikuapi.dss.managedfolder.DSSManagedFolder`,
349349
or :class:`dataikuapi.dss.savedmodel.DSSSavedModel` to add to the zone
350350
"""
351351
smart_refs = []

0 commit comments

Comments
 (0)