Jelajahi Sumber

Cosmetics for #2201

Ask Solem 10 tahun lalu
induk
melakukan
d0a0b2eb8a
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  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: