Browse Source

Merge pull request #3768 from ihigg/patch-1

Clarify note on the connect dialogue
Rémi Verschelde 5 years ago
parent
commit
ee23985ab9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/step_by_step/scripting.rst

+ 1 - 1
getting_started/step_by_step/scripting.rst

@@ -331,7 +331,7 @@ Also, remember that nodes are referenced by name, not by type.
 
 .. note::
 
-    The right-hand panel of the connect dialogue is for binding specific
+    The 'advanced' panel of the connect dialogue is for binding specific
     values to the connected function's parameters. You can add and remove
     values of different types.