浏览代码

typofix - https://github.com/vlajos/misspell_fixer

Signed-off-by: Veres Lajos <[email protected]>
Veres Lajos 10 年之前
父节点
当前提交
11adca9324
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/unit/config_test.py

+ 1 - 1
tests/unit/config_test.py

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