Skip to content

Commit 01e3f73

Browse files
author
Dan
committed
Fix docstring
1 parent b4cb45e commit 01e3f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pssh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def __init__(self, hosts,
352352
of hosts is lower than the pool size specified as that would only \
353353
increase overhead with no benefits.
354354
:type pool_size: int
355-
:param proxy_host: (Optional) SSH host to tunnel connection through
355+
:param proxy_host: (Optional) SSH host to tunnel connection through \
356356
so that SSH clients connects to self.host via client -> proxy_host -> host
357357
:type proxy_host: str
358358
:param proxy_port: (Optional) SSH port to use to login to proxy host if set.

0 commit comments

Comments
 (0)