summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2012-11-05 13:29:57 -0800
committerJeff Forcier <jeff@bitprophet.org>2012-11-05 13:30:56 -0800
commitf9b7ce902ff4532aaa1ea51911a3f798b9c9d653 (patch)
tree433a6d190aa36c021e7784781698015749e62a87
parent31ea4f0734a086f2345aaea57fd6fc1c3ea4a87e (diff)
downloadparamiko-f9b7ce902ff4532aaa1ea51911a3f798b9c9d653.tar.gz
Tweak docstring re #77
-rw-r--r--paramiko/client.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/paramiko/client.py b/paramiko/client.py
index 0a9ced7e..07560a39 100644
--- a/paramiko/client.py
+++ b/paramiko/client.py
@@ -272,9 +272,9 @@ class SSHClient (object):
@type look_for_keys: bool
@param compress: set to True to turn on compression
@type compress: bool
- @param sock: an open socket or direct-tcpip channel from another
- SSHClient class to use for communication with the target host.
- @type channel: socket
+ @param sock: an open socket or socket-like object (such as a
+ L{Channel}) to use for communication to the target host
+ @type sock: socket
@raise BadHostKeyException: if the server's host key could not be
verified