소스 검색

Merge pull request #4453 from kevinetc123/patch-typo

fix typo in project.py
Joffrey F 8 년 전
부모
커밋
2f13201b9e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compose/project.py

+ 1 - 1
compose/project.py

@@ -365,7 +365,7 @@ class Project(object):
 
             # TODO: get labels from the API v1.22 , see github issue 2618
             try:
-                # this can fail if the conatiner has been removed
+                # this can fail if the container has been removed
                 container = Container.from_id(self.client, event['id'])
             except APIError:
                 continue