From edf16b8e2cee47de1039b816b230225a78c897ae Mon Sep 17 00:00:00 2001 From: sychen52 <41452870+sychen52@users.noreply.github.com> Date: Fri, 17 Jun 2022 08:48:28 -0700 Subject: [PATCH] [docs] Edit the output of the script to match the code (#25855) --- doc/source/ray-core/doc_code/actor-sync.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/ray-core/doc_code/actor-sync.py b/doc/source/ray-core/doc_code/actor-sync.py index 48bc4eb410c1..edae9da7e000 100644 --- a/doc/source/ray-core/doc_code/actor-sync.py +++ b/doc/source/ray-core/doc_code/actor-sync.py @@ -38,9 +38,9 @@ def wait_and_go(signal): # Output is: # ready... -# get set.. +# set.. -# (pid=77366) go! -# (pid=77372) go! -# (pid=77367) go! -# (pid=77358) go! +# (wait_and_go pid=77366) go! +# (wait_and_go pid=77372) go! +# (wait_and_go pid=77367) go! +# (wait_and_go pid=77358) go!