summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-24 17:08:09 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-24 17:08:09 -0800
commit999bb4eaafc754764b55f02bf20f782df2eaa80d (patch)
treef7c82f1af9ac942ec1fd691a5e9ee5f38d9e8fcd
parent6dcf67a9ad2868233f163509274e91d772ac7164 (diff)
downloadparamiko-999bb4eaafc754764b55f02bf20f782df2eaa80d.tar.gz
Done with SSH Agent docstring junk
-rw-r--r--paramiko/agent.py2
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
"""