diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-24 17:06:25 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-24 17:06:25 -0800 |
commit | 6dcf67a9ad2868233f163509274e91d772ac7164 (patch) | |
tree | 4ac3dc997e20bc10b45ce28d22985569140d24a1 /paramiko/agent.py | |
parent | c8382442f51eda4ac47de5d3842d4923d0642e5d (diff) |
This is really not a link as the target can't have a useful docstring, meh
Diffstat (limited to 'paramiko/agent.py')
-rw-r--r-- | paramiko/agent.py | 2 |
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) |