Quellcode durchsuchen

Merge pull request #2406 from rutsky/patch-2

remove redundant backticks
Ask Solem Hoel vor 10 Jahren
Ursprung
Commit
f661dc9851
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      docs/userguide/workers.rst

+ 2 - 2
docs/userguide/workers.rst

@@ -191,8 +191,8 @@ is the *process index* not the process count or pid.
     three log files:
 
         - :file:`worker1.log` (main process)
-        - :file:`worker1-1.log`` (pool process 1)
-        - :file:`worker1-2.log`` (pool process 2)
+        - :file:`worker1-1.log` (pool process 1)
+        - :file:`worker1-2.log` (pool process 2)
 
 .. _worker-concurrency: