summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Henry <corentinhenry@gmail.com>2018-12-15 14:28:01 +0100
committerJoffrey F <joffrey@docker.com>2019-01-09 11:30:58 -0800
commit73c17f85e5844accc401dc5ca4ae879bafb7f9e2 (patch)
tree2da2c313450424f024186d8e3933fb9968a337f5
parentf97f71342ff07038ee56fac030daef6f568fa4b3 (diff)
downloaddocker-py-73c17f85e5844accc401dc5ca4ae879bafb7f9e2.tar.gz
fix typo in docstring
Signed-off-by: Corentin Henry <corentinhenry@gmail.com>
-rw-r--r--docker/utils/proxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/utils/proxy.py b/docker/utils/proxy.py
index 943c25b..1c4fb24 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