[Doc] Runtime env docstring fix monospace formatting (#17929)

This commit is contained in:
architkulkarni 2021-08-18 20:53:41 -07:00 committed by GitHub
parent b573864928
commit 4c6a695dab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -434,7 +434,7 @@ Runtime Environments
.. note::
This feature requires a full installation of Ray using `pip install "ray[default]"`.
This feature requires a full installation of Ray using ``pip install "ray[default]"``.
On Mac OS and Linux, Ray 1.4+ supports dynamically setting the runtime environment of tasks, actors, and jobs so that they can depend on different Python libraries (e.g., conda environments, pip dependencies) while all running on the same Ray cluster.