Skip to content

Commit 69373ed

Browse files
committed
fix typo
1 parent 6318426 commit 69373ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/annotation_import/pdf.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
" tool=lb.Tool.Type.NER, \n",
127127
" name= \"NER\"),\n",
128128
" lb.Tool( # Relationship tool given the name \"relationship\"\n",
129-
" tool=lb.Tool.Type.NER, \n",
129+
" tool=lb.Tool.Type.RELATIONSHIP, \n",
130130
" name=\"relationship\")]\n",
131131
" )"
132132
],

0 commit comments

Comments
 (0)