Skip to content

Commit f76d0e2

Browse files
authored
Update catalog.py (#717)
1 parent 1e657bb commit f76d0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scivision/catalog/catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class CatalogProjectEntry(BaseModel, extra="forbid", title="A project catalog en
231231
datasources: Tuple[str, ...] = Field(
232232
(),
233233
title="Datasources",
234-
description="Which datasource(s) from the Scivision catalog are used in the project? (There must be at least datasource model)",
234+
description="Which datasource(s) from the Scivision catalog are used in the project? (There must be at least one datasource)",
235235
)
236236
tasks: FrozenSet[TaskEnum] = Field(
237237
(),

0 commit comments

Comments
 (0)