Skip to content

Commit 73c17f8

Browse files
little-dudeshin-
authored andcommitted
fix typo in docstring
Signed-off-by: Corentin Henry <[email protected]>
1 parent f97f713 commit 73c17f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/utils/proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def get_environment(self):
7272
def inject_proxy_environment(self, environment):
7373
'''
7474
Given a list of strings representing environment variables, prepend the
75-
environemt variables corresponding to the proxy settings.
75+
environment variables corresponding to the proxy settings.
7676
'''
7777
if not self:
7878
return environment

0 commit comments

Comments
 (0)