mirror of https://github.com/docker/docker-py.git
fix typo in docstring
Signed-off-by: Corentin Henry <corentinhenry@gmail.com>
This commit is contained in:
parent
f97f71342f
commit
73c17f85e5
|
|
@ -72,7 +72,7 @@ class ProxyConfig(dict):
|
||||||
def inject_proxy_environment(self, environment):
|
def inject_proxy_environment(self, environment):
|
||||||
'''
|
'''
|
||||||
Given a list of strings representing environment variables, prepend the
|
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:
|
if not self:
|
||||||
return environment
|
return environment
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue