From 6fd3dbd820a5e48c58ae3ac83991cb03553be86e Mon Sep 17 00:00:00 2001 From: Riccardo Grieco Date: Wed, 8 May 2024 10:41:54 +0200 Subject: [PATCH] Fix typo in Sync python example --- docs/source/components/nodes/sync_node.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/components/nodes/sync_node.rst b/docs/source/components/nodes/sync_node.rst index 215e520a4..80e3fdde6 100644 --- a/docs/source/components/nodes/sync_node.rst +++ b/docs/source/components/nodes/sync_node.rst @@ -94,7 +94,7 @@ Usage camRgb.video.link(sync.inputs["input1"]) stereo.depth.link(sync.inputs["input2"]) - sync.output.link(xout.input) + sync.out.link(xout.input) # ... .. code-tab:: c++