[docs] Insert missing article in sentence (#12245)

This commit is contained in:
Max Fan
2020-11-23 12:53:11 -08:00
committed by GitHub
parent ddd7a18cb9
commit c816a44667
+1 -1
View File
@@ -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 <https://mvnrepository.com/artifact/io.ray/ray-api>`__ and `ray-runtime <https://mvnrepository.com/artifact/io.ray/ray-runtime>`__ dependencies in your project.
Then we can use Ray to parallelize your program.