Skip to content

Commit

Permalink
Clarify that endpoint_host does not include protocol.
Browse files Browse the repository at this point in the history
Clarify that endpoint_host does not include protocol in docstring.

Co-authored-by: Austin Raney <[email protected]>
  • Loading branch information
robertbartel and aaraney authored Sep 8, 2023
1 parent 583dbf3 commit 0aaf94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lib/communication/dmod/communication/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(self, *, endpoint_host: str, endpoint_port: Union[int, str], endpoi
Parameters
----------
endpoint_host: str
The host component for building this client's endpoint URI for opening a connection.
The host component for building this client's endpoint URI for opening a connection. Does not include the protocol.
The endpoint for the client to connect to when opening a connection.
endpoint_port: Union[int, str]
The host port component for building this client's endpoint URI for opening a connection.
Expand Down

0 comments on commit 0aaf94a

Please sign in to comment.