瀏覽代碼

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: