diff --git a/clearml/backend_api/services/v2_20/projects.py b/clearml/backend_api/services/v2_20/projects.py index b4cd97cc..0ddaffa9 100644 --- a/clearml/backend_api/services/v2_20/projects.py +++ b/clearml/backend_api/services/v2_20/projects.py @@ -4590,7 +4590,7 @@ class UpdateResponse(Response): class ValidateDeleteRequest(Request): """ - Validates that the project existis and can be deleted + Validates that the project exists and can be deleted :param project: Project ID :type project: str diff --git a/clearml/backend_api/services/v2_23/projects.py b/clearml/backend_api/services/v2_23/projects.py index 8005702f..18cf5507 100644 --- a/clearml/backend_api/services/v2_23/projects.py +++ b/clearml/backend_api/services/v2_23/projects.py @@ -4616,7 +4616,7 @@ class UpdateResponse(Response): class ValidateDeleteRequest(Request): """ - Validates that the project existis and can be deleted + Validates that the project exists and can be deleted :param project: Project ID :type project: str