Skip to content

Commit e1332d4

Browse files
author
Matt Sokoloff
committed
rename meta to attachment
1 parent 54d2f5e commit e1332d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/basics/data_rows.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@
341341
}
342342
],
343343
"source": [
344-
"# We can also attach metadata\n",
345-
"# Metadata is visible for all projects with this data_row attached\n",
344+
"# We can also create attachments\n",
345+
"# Attachments are visible for all projects connected to the data_row \n",
346346
"data_row.create_metadata(meta_type=\"TEXT\", meta_value=\"LABELERS WILL SEE THIS \")\n",
347347
"# See more information here:\n",
348348
"# https://docs.labelbox.com/data-model/en/index-en#attachments\n",

0 commit comments

Comments
 (0)