Skip to content

Commit b4cb45e

Browse files
author
Dan
committed
Updated docstrings
1 parent 51faad7 commit b4cb45e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pssh.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ def __init__(self, host,
108108
connecting to local SSH agent to lookup keys with our own SSH agent. \
109109
Only really useful for testing, hence the internal variable prefix.
110110
:type _agent: :mod:`paramiko.agent.Agent`
111-
:param proxy_host: (Optional) SSH host to tunnel connection through
111+
:param proxy_host: (Optional) SSH host to tunnel connection through \
112112
so that SSH clients connects to self.host via client -> proxy_host -> host
113113
:type proxy_host: str
114-
:param proxy_port: (Optional) SSH port to use to login to proxy host if set.
115-
Defaults to 22.
114+
:param proxy_port: (Optional) SSH port to use to login to proxy host if \
115+
set. Defaults to 22.
116116
:type proxy_port: int
117117
"""
118118
ssh_config = paramiko.SSHConfig()

0 commit comments

Comments
 (0)