summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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
"""