Ask Solem %!s(int64=10) %!d(string=hai) anos
pai
achega
d0a0b2eb8a
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      docs/userguide/workers.rst

+ 3 - 2
docs/userguide/workers.rst

@@ -55,8 +55,9 @@ these will expand to:
     - ``worker1.%n`` -> ``worker1.george``
     - ``worker1.%d`` -> ``worker1.example.com``
 
-.. note:: If you're storing the worker invokation command in a supervisord configuration file, the ``%`` sign must be escaped by adding a second one.
-   Thus, ``%h`` must be written ``%%h``
+.. admonition:: Note for :program:`supervisord` users.
+
+   The ``%`` sign must be escaped by adding a second one: `%%h`.
 
 .. _worker-stopping: