close
Skip to content

Commit 9105b2c

Browse files
committed
correct name in example
1 parent 02167ac commit 9105b2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎examples/python/using_order_manager.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def child_fill(thread_id):
134134
assert np.all(
135135
arr[chunk:] == 20
136136
), f"Expected all values in second chunk to be 20, got {arr[chunk:]}"
137-
print(f"fork-join got what we expected: [{arr[0]}, ..., {arr[chunk]}, ...]")
137+
print(f"fork_join got what we expected: [{arr[0]}, ..., {arr[chunk]}, ...]")
138138

139139

140140
def explicit_event_passing():

0 commit comments

Comments
 (0)