소스 검색

Merge pull request #2406 from rutsky/patch-2

remove redundant backticks
Ask Solem Hoel 10 년 전
부모
커밋
f661dc9851
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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: