Signed-off-by: Veres Lajos <vlajos@gmail.com>
This commit is contained in:
Veres Lajos 2015-08-07 21:59:14 +01:00
parent 22b7ee42de
commit 11adca9324
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from compose.config import config
def make_service_dict(name, service_dict, working_dir):
"""
Test helper function to contruct a ServiceLoader
Test helper function to construct a ServiceLoader
"""
return config.ServiceLoader(working_dir=working_dir).make_service_dict(name, service_dict)