diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2023-01-24 16:56:08 -0500 |
---|---|---|
committer | Yaroslav Halchenko <debian@onerussian.com> | 2023-01-24 16:56:08 -0500 |
commit | 908e7c75f53025a3064e28215da62ffcfdea6daa (patch) | |
tree | 8ae79b736fc69f2c05ba1adec2ae11c4b9e4720c /paramiko/agent.py | |
parent | 5efa354ce9fff1217d22e52493d1442866821a7b (diff) |
[DATALAD RUNCMD] Run codespell -w
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
Diffstat (limited to 'paramiko/agent.py')
-rw-r--r-- | paramiko/agent.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paramiko/agent.py b/paramiko/agent.py index c1a07390..73fa1f82 100644 --- a/paramiko/agent.py +++ b/paramiko/agent.py @@ -314,10 +314,10 @@ class AgentServerProxy(AgentSSH): def get_env(self): """ - Helper for the environnement under unix + Helper for the environment under unix :return: - a dict containing the ``SSH_AUTH_SOCK`` environnement variables + a dict containing the ``SSH_AUTH_SOCK`` environment variables """ return {"SSH_AUTH_SOCK": self._get_filename()} |