From c3e246818a7ac61398b3d7d7cf1bed8f3d7501e4 Mon Sep 17 00:00:00 2001 From: yncxcw Date: Tue, 27 Oct 2020 19:27:22 -0600 Subject: [PATCH] [Core] Fix doc string for ray.init() (#11657) --- python/ray/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/worker.py b/python/ray/worker.py index 0395e61d7..8cab2bd89 100644 --- a/python/ray/worker.py +++ b/python/ray/worker.py @@ -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: