From c27beee3d8939f5d035e7adc3d957013f37bbac6 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 e37571045b6d..67536e48cd97 100644 --- a/lib/galaxy/webapps/galaxy/services/datasets.py +++ b/lib/galaxy/webapps/galaxy/services/datasets.py @@ -199,7 +199,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." ), )