[Core] Fix doc string for ray.init() (#11657)

This commit is contained in:
yncxcw
2020-10-27 19:27:22 -06:00
committed by GitHub
parent 273a712786
commit c3e246818a
+1 -1
View File
@@ -611,7 +611,7 @@ def init(
development, and the API is subject to change.
_object_spilling_config (str): The configuration json string for object
spilling I/O worker.
_system_config (str): JSON configuration for overriding
_system_config (dict): Configuration for overriding
RayConfig defaults. For testing purposes ONLY.
Returns: