From c816a44667c42686d8356453031928ed781a72b5 Mon Sep 17 00:00:00 2001 From: Max Fan Date: Mon, 23 Nov 2020 15:53:11 -0500 Subject: [PATCH] [docs] Insert missing article in sentence (#12245) --- doc/source/ray-overview/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ray-overview/index.rst b/doc/source/ray-overview/index.rst index 4ddf4fd98..25a007d9a 100644 --- a/doc/source/ray-overview/index.rst +++ b/doc/source/ray-overview/index.rst @@ -8,7 +8,7 @@ A Gentle Introduction to Ray This tutorial will provide a tour of the core features of Ray. -Ray provides Python and Java API. +Ray provides a Python and Java API. To use Ray in Python, first install Ray with: ``pip install ray``. To use Ray in Java, first add the `ray-api `__ and `ray-runtime `__ dependencies in your project. Then we can use Ray to parallelize your program.