diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-24 17:08:09 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-24 17:08:09 -0800 |
commit | 999bb4eaafc754764b55f02bf20f782df2eaa80d (patch) | |
tree | f7c82f1af9ac942ec1fd691a5e9ee5f38d9e8fcd | |
parent | 6dcf67a9ad2868233f163509274e91d772ac7164 (diff) |
Done with SSH Agent docstring junk
-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 d224cd74..cdb4313d 100644 --- a/paramiko/agent.py +++ b/paramiko/agent.py @@ -235,7 +235,7 @@ class AgentClientProxy(object): class AgentServerProxy(AgentSSH): """ - :param t : transport used for the Forward for SSH Agent communication + :param t: transport used for SSH Agent communication forwarding :raises SSHException: mostly if we lost the agent """ |