diff --git a/docs/src/content/docs/high-level/dataverse.mdx b/docs/src/content/docs/high-level/dataverse.mdx index 40770db..eb0fbe2 100644 --- a/docs/src/content/docs/high-level/dataverse.mdx +++ b/docs/src/content/docs/high-level/dataverse.mdx @@ -85,7 +85,7 @@ dataset = dv.create_dataset( "affiliation": "University of Science" # Optional: where they work } ], - subjects=["Computer and Information Science", "Engineering"] # Categories for the dataset + subjects=["Computer and Information Science", "Engineering"], # Categories for the dataset collection="my-collection" )