Prechádzať zdrojové kódy

Merge pull request #2406 from rutsky/patch-2

remove redundant backticks
Ask Solem Hoel 10 rokov pred
rodič
commit
f661dc9851
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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: