Procházet zdrojové kódy

Fixed rst syntax error

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

+ 1 - 1
docs/userguide/executing.rst

@@ -186,7 +186,7 @@ to use when sending a task:
     3. The default :setting:`CELERY_TASK_SERIALIZER` setting.
 
 
-* Using the `serializer` argument to `apply_async` *:
+* Using the `serializer` argument to `apply_async`:
 
 .. code-block:: python