Skip to content

Commit 4eed7c3

Browse files
committed
synpy-1578 patch tutorial for dataset collection
1 parent 4d26c49 commit 4eed7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/python/tutorial_scripts/dataset_collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
modified_data = pd.DataFrame(
6060
{
6161
"id": DATASET_IDS,
62-
"my_annotation": ["good dataset" * len(DATASET_IDS)],
62+
"my_annotation": ["good dataset"] * len(DATASET_IDS),
6363
}
6464
)
6565
my_retrieved_dataset_collection.update_rows(

0 commit comments

Comments
 (0)