Explorar el Código

Fix typo in daemonizing.rst

Muneyuki Noguchi hace 12 años
padre
commit
7309017e05
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/tutorials/daemonizing.rst

+ 1 - 1
docs/tutorials/daemonizing.rst

@@ -162,7 +162,7 @@ Available options
     Absolute or relative path to the :program:`celery` program.
     Examples:
 
-        * :file:`celery``
+        * :file:`celery`
         * :file:`/usr/local/bin/celery`
         * :file:`/virtualenvs/proj/bin/celery`
         * :file:`/virtualenvs/proj/bin/python -m celery`