From c327ae152f7468ea82109c6c6d7347a78b4ffbf2 Mon Sep 17 00:00:00 2001 From: Yuhao Yang Date: Sat, 7 Dec 2019 11:03:52 -0800 Subject: [PATCH] [doc] Update the test command in getting-involved. (#6347) --- doc/source/getting-involved.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting-involved.rst b/doc/source/getting-involved.rst index 3e86f4946..5b660fa1d 100644 --- a/doc/source/getting-involved.rst +++ b/doc/source/getting-involved.rst @@ -53,7 +53,7 @@ burden and speedup review process. .. code-block:: shell - pytest ray/python/ray/Ray/tests/ + pytest ray/python/ray/tests/ Documentation should be documented in `Google style `__ format.