We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd451f4 commit 8ac7b4aCopy full SHA for 8ac7b4a
examples/annotation_import/tiled.ipynb
@@ -733,7 +733,7 @@
733
"batch = project.create_batch(\n",
734
" \"first-batch-geo-demo\", # Each batch in a project must have a unique name\n",
735
" global_keys=global_key, # Paginated collection of data row objects\n",
736
- " piroirity=5 # priority between 1(Highest) - 5(lowest)\n",
+ " priority=5 # priority between 1(Highest) - 5(lowest)\n",
737
")\n",
738
"\n",
739
"print(\"Batch: \", batch)"
0 commit comments