summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--paramiko/client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/paramiko/client.py b/paramiko/client.py
index 606c58fc..33eab422 100644
--- a/paramiko/client.py
+++ b/paramiko/client.py
@@ -271,6 +271,7 @@ class SSHClient (object):
@raise AuthenticationException: if authentication failed
@raise SSHException: if there was any other error connecting or
establishing an SSH session
+ @raise socket.error: if a socket error occurred while connecting
"""
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
if timeout is not None: