diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-03-10 14:37:05 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-03-10 14:37:05 -0500 |
commit | d862d88bd43b8fe0fda9bb926b1cb355d9351ab0 (patch) | |
tree | a138b98d11aec5577665110be6aa3e4bc861089d | |
parent | 9b490b72d2de5703844248de5eb457d645f2618f (diff) |
codespell
-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: |