Skip to content

Commit

Permalink
docs(flow): remove extra param in base docs (#1838)
Browse files Browse the repository at this point in the history
* docs(flow): remove extra param

* docs(flow): format docs
  • Loading branch information
Yongxuanzhang committed Feb 4, 2021
1 parent e2fc646 commit 2189fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jina/flow/base.py
Expand Up @@ -175,7 +175,7 @@ def needs(self, needs: Union[Tuple[str], List[str]],
def needs_all(self, name: str = 'joiner', *args, **kwargs) -> FlowLike:
"""
Collect all hanging Pod so far and add a blocker to the flow, wait until all handing peas completed.
:param copy_flow: when set to true, then always copy the current flow and do the modification on top of it then return, otherwise, do in-line modification
:param name: the name of this joiner, by default is ``joiner``
:return: the modified flow
"""
Expand Down

0 comments on commit 2189fa2

Please sign in to comment.