Skip to content

Commit 67a8228

Browse files
committed
fix typo
1 parent 934a0e5 commit 67a8228

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
@@ -175,7 +175,7 @@
175175
" tool=Tool.Type.NER, \n",
176176
" name= tool_name),\n",
177177
" Tool( # Relationship tool given the name \"relationship\"\n",
178-
" tool=Tool.Type.NER, \n",
178+
" tool=Tool.Type.RELATIONSHIP, \n",
179179
" name=\"relationship\")]\n",
180180
" )"
181181
]

0 commit comments

Comments
 (0)