From 181ebbc9c7cbce15bec5b48cc81a17193d662911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Revuelta?= <46089290+rv0lt@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:51:30 +0200 Subject: [PATCH] Update dds_web/api/project.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ina Odén Österbo <35953392+i-oden@users.noreply.github.com> --- dds_web/api/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dds_web/api/project.py b/dds_web/api/project.py index 423e9453b..7f601bc6a 100644 --- a/dds_web/api/project.py +++ b/dds_web/api/project.py @@ -252,7 +252,7 @@ def patch(self): if type(new_deadline_in) is not int: raise DDSArgumentError( - message="The deadline atribute passed should be of type Int (i.e a number)." + message="The deadline attribute passed should be of type Int (i.e a number)." ) # New deadline shouldnt surpass the default unit days