diff --git a/paramiko/agent.py b/paramiko/agent.py index d224cd7..cdb4313 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 """