Skip to content

Commit abcec1a

Browse files
authored
Fix list in custom_operators.rst
1 parent 604da0e commit abcec1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/user_guide/tutorials/custom_operators_and_plugins/custom_operators.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ First, create the custom operator class, with necessary imports and a first prop
4545
:end-at: return "my_custom_operator"
4646

4747
Next, set the `specification` property of your operator with:
48+
4849
- a description of what the operator does
4950
- a dictionary for each input and output pin. This dictionary includes the name, a list of supported types, a description,
5051
and whether it is optional and/or ellipsis (meaning that the specification is valid for pins going from pin

0 commit comments

Comments
 (0)