Ask Solem 15 лет назад
Родитель
Сommit
fb54989197
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      FAQ

+ 1 - 1
FAQ

@@ -253,7 +253,7 @@ Celery uses something called loaders to read/setup configuration, import
 modules that registers tasks and to decide what happens when a task is
 executed. Currently there are two loaders, the default loader and the Django
 loader. If you want to use celery without a Django project, you either have to
-use the default loader, or a write a loader of your own.
+use the default loader, or write a loader of your own.
 
 The rest of this answer describes how to use the default loader.