From 8b91fbbcc2a1dffda3fdcc43d82762bc419b7627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B3pez?= <46503462+davelopez@users.noreply.github.com> Date: Fri, 7 Jan 2022 11:49:43 +0100 Subject: [PATCH] Update lib/galaxy/webapps/galaxy/services/datasets.py Co-authored-by: Marius van den Beek --- lib/galaxy/webapps/galaxy/services/datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/galaxy/webapps/galaxy/services/datasets.py b/lib/galaxy/webapps/galaxy/services/datasets.py index 5c8f3c3f228e..88de2f513cb2 100644 --- a/lib/galaxy/webapps/galaxy/services/datasets.py +++ b/lib/galaxy/webapps/galaxy/services/datasets.py @@ -190,7 +190,7 @@ class DeleteDatasetBatchResult(BaseModel): errors: Optional[List[DatasetErrorMessage]] = Field( default=None, description=( - "A collection of dataset IDs and the corresponding error message if something " + "A list of dataset IDs and the corresponding error message if something " "went wrong while processing the dataset." ), )