From 6dcf67a9ad2868233f163509274e91d772ac7164 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 24 Feb 2014 17:06:25 -0800 Subject: [PATCH] This is really not a link as the target can't have a useful docstring, meh --- paramiko/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paramiko/agent.py b/paramiko/agent.py index 8571f31..d224cd7 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)