Skip to content

Commit

Permalink
chore: fix a typo (#4276)
Browse files Browse the repository at this point in the history
  • Loading branch information
nan-wang committed Feb 11, 2022
1 parent ad50d29 commit 7462b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jina/serve/networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def send_request(
polling_type: PollingType = PollingType.ANY,
endpoint: Optional[str] = None,
) -> List[asyncio.Task]:
"""Send a single message to target via one or all of the pooled connections, depending on polling_type. Convenience function wrapper around send_messages
"""Send a single message to target via one or all of the pooled connections, depending on polling_type. Convenience function wrapper around send_request.
:param request: a single request to send
:param deployment: name of the Jina deployment to send the message to
:param head: If True it is send to the head, otherwise to the worker pods
Expand Down

0 comments on commit 7462b9e

Please sign in to comment.