Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipeMaia committed Dec 29, 2023
1 parent 4272b91 commit 3d75a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hummingbird/interface/zmqsocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def bind(self, addr):
self._socket.bind(addr)

def connect_socket(self, addr, tunnel=None):
"""Connect socket to endpoint, possible using an ssh tunnel
"""Connect socket to endpoint, possibly using an ssh tunnel
The tunnel argument specifies the hostname of the ssh server to
tunnel through.
Note that this still succeeds even if there's no ZMQ server on
Expand Down

0 comments on commit 3d75a27

Please sign in to comment.