We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac972a commit f4f2ad4Copy full SHA for f4f2ad4
models.py
@@ -838,7 +838,7 @@ class Type(models.TextChoices):
838
MVD = 'MVD', 'Model View Definitions'
839
BSDD = 'BSDD', 'bSDD Compliance'
840
PARSE_INFO = 'INFO', 'Parse Info'
841
- PREREQUISITES = 'PREREQ', 'Prerequisites',
+ PREREQUISITES = 'PREREQ', 'Prerequisites'
842
HEADER = 'HEADER', 'Header Validation'
843
NORMATIVE_IA = 'NORMATIVE_IA', 'Implementer Agreements (IA)'
844
NORMATIVE_IP = 'NORMATIVE_IP', 'Informal Propositions (IP)'
0 commit comments