From 999bb4eaafc754764b55f02bf20f782df2eaa80d Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 24 Feb 2014 17:08:09 -0800 Subject: [PATCH] Done with SSH Agent docstring junk --- paramiko/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """