summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-24 17:06:25 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-24 17:06:25 -0800
commit6dcf67a9ad2868233f163509274e91d772ac7164 (patch)
tree4ac3dc997e20bc10b45ce28d22985569140d24a1
parentc8382442f51eda4ac47de5d3842d4923d0642e5d (diff)
downloadparamiko-6dcf67a9ad2868233f163509274e91d772ac7164.tar.gz
This is really not a link as the target can't have a useful docstring, meh
-rw-r--r--paramiko/agent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/agent.py b/paramiko/agent.py
index 8571f31a..d224cd74 100644
--- a/paramiko/agent.py
+++ b/paramiko/agent.py
@@ -201,7 +201,7 @@ class AgentClientProxy(object):
def connect(self):
"""
- Method automatically called by the run() method of the AgentProxyThread
+ Method automatically called by ``AgentProxyThread.run``.
"""
if ('SSH_AUTH_SOCK' in os.environ) and (sys.platform != 'win32'):
conn = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)