Skip to content

Commit eb195c3

Browse files
author
Dan
committed
More docstring updates
1 parent 01e3f73 commit eb195c3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pssh.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,11 @@ def __init__(self, hosts,
353353
increase overhead with no benefits.
354354
:type pool_size: int
355355
:param proxy_host: (Optional) SSH host to tunnel connection through \
356-
so that SSH clients connects to self.host via client -> proxy_host -> host
356+
so that SSH clients connect to self.host via client -> proxy_host -> \
357+
host
357358
:type proxy_host: str
358-
:param proxy_port: (Optional) SSH port to use to login to proxy host if set.
359-
Defaults to 22.
359+
:param proxy_port: (Optional) SSH port to use to login to proxy host if \
360+
set. Defaults to 22.
360361
:type proxy_port: int
361362
362363
**Example**

0 commit comments

Comments
 (0)