Skip to content

Commit 8ac7b4a

Browse files
ovalle15ovalle15
authored andcommitted
Replace data rows with global keys
1 parent dd451f4 commit 8ac7b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/annotation_import/tiled.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@
733733
"batch = project.create_batch(\n",
734734
" \"first-batch-geo-demo\", # Each batch in a project must have a unique name\n",
735735
" global_keys=global_key, # Paginated collection of data row objects\n",
736-
" piroirity=5 # priority between 1(Highest) - 5(lowest)\n",
736+
" priority=5 # priority between 1(Highest) - 5(lowest)\n",
737737
")\n",
738738
"\n",
739739
"print(\"Batch: \", batch)"

0 commit comments

Comments
 (0)