Tweak docstring re #77
This commit is contained in:
parent
31ea4f0734
commit
f9b7ce902f
|
@ -272,9 +272,9 @@ class SSHClient (object):
|
||||||
@type look_for_keys: bool
|
@type look_for_keys: bool
|
||||||
@param compress: set to True to turn on compression
|
@param compress: set to True to turn on compression
|
||||||
@type compress: bool
|
@type compress: bool
|
||||||
@param sock: an open socket or direct-tcpip channel from another
|
@param sock: an open socket or socket-like object (such as a
|
||||||
SSHClient class to use for communication with the target host.
|
L{Channel}) to use for communication to the target host
|
||||||
@type channel: socket
|
@type sock: socket
|
||||||
|
|
||||||
@raise BadHostKeyException: if the server's host key could not be
|
@raise BadHostKeyException: if the server's host key could not be
|
||||||
verified
|
verified
|
||||||
|
|
Loading…
Reference in New Issue