diff options
-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 1cc9075f..30ec1590 100644 --- a/paramiko/agent.py +++ b/paramiko/agent.py @@ -65,7 +65,7 @@ class AgentSSH: no SSH agent was running (or it couldn't be contacted), an empty list will be returned. - This method performs no IO, just returns the list of keys retreived + This method performs no IO, just returns the list of keys retrieved when the connection was made. :return: |