Browse Source

Fixes typo

Ask Solem 9 years ago
parent
commit
24b9857311
1 changed files with 2 additions and 2 deletions
  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,
-                    ))
+                    )))