fix typo in docstring

Signed-off-by: Corentin Henry <corentinhenry@gmail.com>
This commit is contained in:
Corentin Henry 2018-12-15 14:28:01 +01:00 committed by Joffrey F
parent f97f71342f
commit 73c17f85e5
1 changed files with 1 additions and 1 deletions

View File

@ -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