ソースを参照

Merge pull request #1829 from vlajos/typofixes-vlajos-20150807

typofix - https://github.com/vlajos/misspell_fixer
(cherry picked from commit b7baa899e271fd13f17592be015b8bf066c17245)

Signed-off-by: Aanand Prasad <[email protected]>
Ben Firshman 10 年 前
コミット
16440ff055
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/unit/config_test.py

+ 1 - 1
tests/unit/config_test.py

@@ -9,7 +9,7 @@ from compose import config
 
 
 def make_service_dict(name, service_dict, working_dir):
 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)
     return config.ServiceLoader(working_dir=working_dir).make_service_dict(name, service_dict)