소스 검색

fixes typo

Ask Solem 12 년 전
부모
커밋
8571226b71
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      celery/utils/log.py

+ 1 - 1
celery/utils/log.py

@@ -89,7 +89,7 @@ class ColorFormatter(logging.Formatter):
             try:
             try:
                 msg = record.msg
                 msg = record.msg
                 # safe_str will repr the color object
                 # safe_str will repr the color object
-                # and color will both on non-string objects
+                # and color will break on non-string objects
                 # so need to reorder calls based on type.
                 # so need to reorder calls based on type.
                 # Issue #427
                 # Issue #427
                 if isinstance(msg, basestring):
                 if isinstance(msg, basestring):