Skip to content

Commit 99556fc

Browse files
Fix typo in Sync python example (#1015)
1 parent 4d85750 commit 99556fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/components/nodes/sync_node.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Usage
9494
camRgb.video.link(sync.inputs["input1"])
9595
stereo.depth.link(sync.inputs["input2"])
9696

97-
sync.output.link(xout.input)
97+
sync.out.link(xout.input)
9898
# ...
9999

100100
.. code-tab:: c++

0 commit comments

Comments
 (0)