Skip to content

Commit

Permalink
[docs] Edit the output of the script to match the code (ray-project#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
sychen52 authored Jun 17, 2022
1 parent fcdf710 commit edf16b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/ray-core/doc_code/actor-sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit edf16b8

Please sign in to comment.