From 73c17f85e5844accc401dc5ca4ae879bafb7f9e2 Mon Sep 17 00:00:00 2001 From: Corentin Henry Date: Sat, 15 Dec 2018 14:28:01 +0100 Subject: [PATCH] fix typo in docstring Signed-off-by: Corentin Henry --- docker/utils/proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/utils/proxy.py b/docker/utils/proxy.py index 943c25b0..1c4fb248 100644 --- a/docker/utils/proxy.py +++ b/docker/utils/proxy.py @@ -72,7 +72,7 @@ class ProxyConfig(dict): def inject_proxy_environment(self, environment): ''' Given a list of strings representing environment variables, prepend the - environemt variables corresponding to the proxy settings. + environment variables corresponding to the proxy settings. ''' if not self: return environment