Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shikhar committed Apr 18, 2009
1 parent 20e3306 commit 044814b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paramiko/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def connect(self, hostname, port=22, username=None, password=None, pkey=None,
socket.getaddrinfo(hostname, port):
if socktype==socket.SOCK_STREAM:
af = family
ADDR = sockaddr
addr = sockaddr
break
else:
raise SSHException('No suitable address family for %s' % hostname)
Expand Down Expand Up @@ -480,4 +480,4 @@ def _auth(self, username, password, pkey, key_filenames, allow_agent, look_for_k

def _log(self, level, msg):
self._transport._log(level, msg)


0 comments on commit 044814b

Please sign in to comment.