From 133270807c598df24a25836f6aec826ceab27347 Mon Sep 17 00:00:00 2001 From: dcz <dcz@ipipan.waw.pl> Date: Tue, 29 Aug 2023 11:25:36 +0200 Subject: [PATCH] alternative -> alernative --- syntax/management/commands/import_tei.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/management/commands/import_tei.py b/syntax/management/commands/import_tei.py index 2afef61..e98c014 100644 --- a/syntax/management/commands/import_tei.py +++ b/syntax/management/commands/import_tei.py @@ -224,7 +224,7 @@ def import_semantic_roles(): def import_semantic_role_types(): # role_types = [(10, u'required'), (20, u'alternative'), (30, u'typical')] - role_types = [(10, u'role'), (20, u'alernative'), (30, u'modifier')] + role_types = [(10, u'role'), (20, u'alternative'), (30, u'modifier')] for pri, name in role_types: cont = RoleType(type=name) cont.save() -- GitLab