Procházet zdrojové kódy

Fixed single typo in the documentation

Ask Solem před 14 roky
rodič
revize
482dcec930
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/userguide/tasks.rst

+ 1 - 1
docs/userguide/tasks.rst

@@ -588,7 +588,7 @@ The entity responsible for registering your task in the registry is a
 meta class, :class:`~celery.task.base.TaskType`.  This is the default
 meta class for :class:`~celery.task.base.BaseTask`.
 
-If you want to register your task manually you can set mark the
+If you want to register your task manually you can mark the
 task as :attr:`~celery.task.base.BaseTask.abstract`:
 
 .. code-block:: python