diff --git a/moocfi_cses.py b/moocfi_cses.py index fbed65a..77c0a19 100644 --- a/moocfi_cses.py +++ b/moocfi_cses.py @@ -238,7 +238,7 @@ def parse_form(html: AnyStr, xpath: str = ".//form") -> dict[str, str | None]: class TaskState(Enum): COMPLETE = "complete" - INCOMPLETE = "incompletE" + INCOMPLETE = "incomplete" TASK_STATE_ICON = {