소스 검색

Fixes typo

Ask Solem 9 년 전
부모
커밋
24b9857311
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      celery/tests/__init__.py

+ 2 - 2
celery/tests/__init__.py

@@ -92,6 +92,6 @@ def import_all_modules(name=__name__, file=__file__,
                 pass
             except OSError as exc:
                 warnings.warn(UserWarning(
-                    'Ignored error importing module {0}: {1!r}').format(
+                    'Ignored error importing module {0}: {1!r}'.format(
                         module, exc,
-                    ))
+                    )))