Skip to content

Commit e3b11ea

Browse files
committed
Implement Marc's comments
1 parent 7e25f30 commit e3b11ea

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
@@ -342,10 +342,10 @@ def add_items(self, items):
342342
"""
343343
Adds items to this zone.
344344
345-
The items will automatically be moved from its existing zone. Additional items may be moved to this zone
345+
The items will automatically be moved from their existing zones. Additional items may be moved to this zone
346346
as a result of the operations (notably the recipe generating the `items`).
347347
348-
:param list of object items, either :class:`dataikuapi.dss.dataset.DSSDataset`, :class:`dataikuapi.dss.managedfolder.DSSManagedFolder`,
348+
:param list items: A list of objects, 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)