소스 검색

Fix filename in contributing documentation (#5121)

Itay 6 년 전
부모
커밋
9ecea171f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CONTRIBUTING.rst

+ 1 - 1
CONTRIBUTING.rst

@@ -549,7 +549,7 @@ you can do so like this:
 
 .. code-block:: console
 
-    $ py.test t/unit/worker/test_worker_job.py
+    $ py.test t/unit/worker/test_worker.py
 
 .. _contributing-pull-requests: